| Commit message (Expand) | Author | Files | Lines |
2013-08-22 | spi: bfin-v3: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-07-17 | spi/xilinx: signedness issue checking platform_get_irq() | Dan Carpenter | 1 | -1/+1 |
2013-07-15 | spi/xilinx: Simplify irq allocation | Michal Simek | 1 | -13/+16 |
2013-07-15 | spi/xilinx: Use of_property_read_u32 for reading value from node | Michal Simek | 1 | -11/+3 |
2013-07-15 | spi/xilinx: Clean ioremap calling | Michal Simek | 1 | -9/+4 |
2013-07-15 | spi/xilinx: Remove CONFIG_OF from the driver | Michal Simek | 1 | -2/+0 |
2013-07-15 | spi/xilinx: Refer to platform device as pdev in probe() and remove() | Mark Brown | 1 | -16/+17 |
2013-07-15 | spi/xilinx: Remove remains of of_platform device registration | Mark Brown | 1 | -82/+63 |
2013-07-15 | spi/xilinx: Convert to devm_ioremap_resource() | Mark Brown | 1 | -15/+5 |
2013-07-15 | spi: add spi controller v3 master driver for Blackfin | Scott Jiang | 3 | -1/+982 |
2013-07-15 | Linux 3.11-rc1v3.11-rc1 | Linus Torvalds | 2 | -1604/+883 |
2013-07-15 | slub: Check for page NULL before doing the node_match check | Steven Rostedt | 1 | -1/+1 |
2013-07-14 | sunrpc: now we can just set ->s_d_op | Al Viro | 1 | -3/+2 |
2013-07-14 | cgroup: we can use simple_lookup() now | Al Viro | 1 | -10/+1 |
2013-07-14 | efivarfs: we can use simple_lookup() now | Al Viro | 1 | -13/+1 |
2013-07-14 | make simple_lookup() usable for filesystems that set ->s_d_op | Al Viro | 1 | -1/+2 |
2013-07-14 | configfs: don't open-code d_alloc_name() | Al Viro | 1 | -11/+2 |
2013-07-14 | __rpc_lookup_create_exclusive: pass string instead of qstr | Al Viro | 1 | -25/+9 |
2013-07-14 | rpc_create_*_dir: don't bother with qstr | Al Viro | 4 | -33/+23 |
2013-07-13 | llist: llist_add() can use llist_add_batch() | Oleg Nesterov | 1 | -10/+4 |
2013-07-13 | llist: fix/simplify llist_add() and llist_add_batch() | Oleg Nesterov | 2 | -22/+12 |
2013-07-13 | fput: turn "list_head delayed_fput_list" into llist_head | Oleg Nesterov | 2 | -15/+12 |
2013-07-13 | fs/file_table.c:fput(): add comment | Andrew Morton | 1 | -0/+6 |
2013-07-13 | Safer ABI for O_TMPFILE | Al Viro | 6 | -8/+12 |
2013-07-13 | arm: multi_v7_defconfig: Tweaks for omap and sunxi | Olof Johansson | 1 | -3/+7 |
2013-07-13 | ipv6: only static routes qualify for equal cost multipathing | Hannes Frederic Sowa | 1 | -4/+11 |
2013-07-13 | via-rhine: fix dma mapping errors | Neil Horman | 1 | -1/+16 |
2013-07-13 | atl1e: fix dma mapping warnings | Neil Horman | 1 | -3/+25 |
2013-07-13 | tcp: account all retransmit failures | Yuchung Cheng | 1 | -3/+4 |
2013-07-13 | usb/net/r815x: fix cast to restricted __le32 | hayeswang | 1 | -9/+12 |
2013-07-13 | usb/net/r8152: fix integer overflow in expression | hayeswang | 1 | -1/+2 |
2013-07-13 | net: access page->private by using page_private | Sunghan Suh | 1 | -3/+3 |
2013-07-13 | net: strict_strtoul is obsolete, use kstrtoul instead | “Cosmin | 1 | -1/+1 |
2013-07-12 | arm: multi_v7_defconfig: add i.MX options and NFS root | Vincent Stehlé | 1 | -0/+10 |
2013-07-12 | perf/x86: Fix incorrect use of do_div() in NMI warning | Dave Hansen | 1 | -3/+4 |
2013-07-12 | sched: Fix HRTICK | Peter Zijlstra | 1 | -9/+11 |
2013-07-12 | tick: broadcast: Check broadcast mode on CPU hotplug | Stephen Boyd | 1 | -1/+4 |
2013-07-12 | mutex: Move ww_mutex definitions to ww_mutex.h | Maarten Lankhorst | 5 | -359/+381 |
2013-07-12 | perf: Fix perf_lock_task_context() vs RCU | Peter Zijlstra | 1 | -1/+14 |
2013-07-12 | perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario | Jiri Olsa | 1 | -1/+10 |
2013-07-12 | perf: Clone child context from parent context pmu | Jiri Olsa | 1 | -1/+1 |
2013-07-12 | drivers/net/ieee802154: don't use devm_pinctrl_get_select_default() in probe | Wolfram Sang | 1 | -7/+0 |
2013-07-12 | drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ... | Wolfram Sang | 1 | -11/+0 |
2013-07-12 | drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probe | Wolfram Sang | 1 | -7/+0 |
2013-07-12 | net/usb: add relative mii functions for r815x | hayeswang | 3 | -3/+239 |
2013-07-12 | net/tipc: use %*phC to dump small buffers in hex form | Andy Shevchenko | 1 | -7/+1 |
2013-07-12 | mlx5: Return -EFAULT instead of -EPERM | Dan Carpenter | 3 | -17/+13 |
2013-07-12 | IB/qib: Log all SDMA errors unconditionally | Dean Luick | 3 | -1/+171 |
2013-07-12 | IB/qib: Fix module-level leak | Mike Marciniszyn | 1 | -3/+3 |
2013-07-12 | mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB spec | Moshe Lazer | 2 | -3/+3 |