| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-05-11 | SECURITY: remove nameidata arg from inode_follow_link. | NeilBrown | 1 | -6/+3 |
| 2015-05-11 | debugfs: switch to simple_follow_link() | Al Viro | 1 | -1/+0 |
| 2015-05-11 | libfs: simple_follow_link() | Al Viro | 1 | -0/+3 |
| 2015-05-11 | codel: add ce_threshold attribute | Eric Dumazet | 2 | -1/+15 |
| 2015-05-10 | iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIO | Irina Tirdea | 1 | -0/+1 |
| 2015-05-10 | pty: Fix input race when closing | Peter Hurley | 1 | -1/+1 |
| 2015-05-10 | vt: add cursor blink interval escape sequence | Scot Doyle | 1 | -0/+1 |
| 2015-05-10 | serial: sh-sci: Standardize on using the BIT() macro to define register bits | Geert Uytterhoeven | 1 | -9/+10 |
| 2015-05-10 | serial: sh-sci: Move private definitions to private header file | Geert Uytterhoeven | 1 | -66/+1 |
| 2015-05-10 | tty: serial: 8250: export early_serial8250_setup function | Eddie Huang | 1 | -0/+2 |
| 2015-05-10 | usb: phy: Remove the phy-rcar-gen2-usb driver | Geert Uytterhoeven | 1 | -22/+0 |
| 2015-05-10 | sched, timer: Fix documentation for 'struct thread_group_cputimer' | Jason Low | 1 | -2/+1 |
| 2015-05-10 | mpls: Change reserved label names to be consistent with netbsd | Tom Herbert | 1 | -6/+6 |
| 2015-05-10 | netlink: allow to listen "all" netns | Nicolas Dichtel | 3 | -0/+5 |
| 2015-05-10 | netns: rename peernet2id() to peernet2id_alloc() | Nicolas Dichtel | 1 | -1/+1 |
| 2015-05-10 | Merge tag 'linux-can-next-for-4.2-20150506' of git://git.kernel.org/pub/scm/l... | David S. Miller | 1 | -0/+6 |
| 2015-05-10 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
| 2015-05-10 | seccomp, filter: add and use bpf_prog_create_from_user from seccomp | Daniel Borkmann | 1 | -7/+5 |
| 2015-05-10 | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter | Nicolas Schichan | 1 | -4/+0 |
| 2015-05-10 | net: filter: add a callback to allow classic post-verifier transformations | Nicolas Schichan | 1 | -0/+6 |
| 2015-05-10 | Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc... | David S. Miller | 3 | -80/+113 |
| 2015-05-09 | tcp: add TCPWinProbe and TCPKeepAlive SNMP counters | Eric Dumazet | 2 | -1/+3 |
| 2015-05-09 | tcp: adjust window probe timers to safer values | Eric Dumazet | 1 | -5/+22 |
| 2015-05-09 | Merge tag 'iio-for-v4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 1 | -0/+1 |
| 2015-05-09 | dmaengine: of_dma: Support for DMA routers | Peter Ujfalusi | 2 | -0/+38 |
| 2015-05-09 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2015-05-09 | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2015-05-08 | Merge branch 'clk-fixes' into clk-next | Michael Turquette | 1 | -4/+0 |
| 2015-05-08 | clk: si5351: Do not pass struct clk in platform_data | Sebastian Hesselbarth | 1 | -4/+0 |
| 2015-05-08 | drm/edid: Kerneldoc for newly added edid_corrupt | Daniel Vetter | 1 | -0/+1 |
| 2015-05-08 | drm: Introduce blob_lock | Daniel Stone | 1 | -0/+3 |
| 2015-05-08 | drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6 | Todd Previte | 1 | -1/+7 |
| 2015-05-08 | Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/... | Dave Airlie | 3 | -0/+8 |
| 2015-05-08 | locking/qspinlock: Revert to test-and-set on hypervisors | Peter Zijlstra (Intel) | 1 | -0/+7 |
| 2015-05-08 | locking/qspinlock: Optimize for smaller NR_CPUS | Peter Zijlstra (Intel) | 1 | -0/+13 |
| 2015-05-08 | locking/qspinlock: Extract out code snippets for the next patch | Waiman Long | 1 | -0/+2 |
| 2015-05-08 | locking/qspinlock: Add pending bit | Peter Zijlstra (Intel) | 1 | -3/+9 |
| 2015-05-08 | locking/qspinlock: Introduce a simple generic 4-byte queued spinlock | Waiman Long | 2 | -0/+190 |
| 2015-05-08 | kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in comment | Preeti U Murthy | 1 | -1/+1 |
| 2015-05-08 | locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write() | Waiman Long | 1 | -0/+5 |
| 2015-05-08 | perf: Fix software migrate events | Peter Zijlstra | 2 | -3/+28 |
| 2015-05-08 | sched: Implement lockless wake-queues | Peter Zijlstra | 1 | -0/+46 |
| 2015-05-08 | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low | 2 | -7/+3 |
| 2015-05-08 | sched, timer: Provide an atomic 'struct task_cputime' data structure | Jason Low | 1 | -0/+17 |
| 2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 2 | -10/+7 |
| 2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low | 1 | -2/+2 |
| 2015-05-08 | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() | Palmer Dabbelt | 1 | -1/+1 |
| 2015-05-08 | sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void * | Palmer Dabbelt | 1 | -7/+10 |
| 2015-05-08 | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt | 1 | -9/+9 |
| 2015-05-08 | sched: Move the loadavg code to a more obvious location | Peter Zijlstra | 1 | -0/+5 |