| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-01-16 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 1 | -0/+4 |
| 2017-01-16 | Input: mpr121 - switch to device tree probe | Akinobu Mita | 1 | -20/+0 |
| 2017-01-15 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2017-01-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
| 2017-01-15 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
| 2017-01-15 | rcu: Narrow early boot window of illegal synchronous grace periods | Paul E. McKenney | 1 | -0/+4 |
| 2017-01-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+1 |
| 2017-01-15 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+16 |
| 2017-01-15 | coredump: Ensure proper size of sparse core files | Dave Kleikamp | 1 | -0/+1 |
| 2017-01-14 | Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -0/+2 |
| 2017-01-14 | locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define | Ingo Molnar | 1 | -1/+1 |
| 2017-01-14 | efi/x86: Prune invalid memory map entries and fix boot regression | Peter Jones | 1 | -0/+1 |
| 2017-01-14 | locking/ww_mutex: Turn off __must_check for now | Ingo Molnar | 1 | -2/+1 |
| 2017-01-14 | locking/atomic, kref: Kill kref_sub() | Peter Zijlstra | 1 | -28/+4 |
| 2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 2 | -1/+6 |
| 2017-01-14 | locking/atomic, kref: Add KREF_INIT() | Peter Zijlstra | 1 | -0/+2 |
| 2017-01-14 | locking/ww_mutex: Fix compilation of __WW_MUTEX_INITIALIZER | Chris Wilson | 1 | -4/+4 |
| 2017-01-14 | math64, timers: Fix 32bit mul_u64_u32_shr() and friends | Peter Zijlstra | 1 | -8/+18 |
| 2017-01-14 | locking/mutex, sched/wait: Add mutex_lock_io() | Tejun Heo | 1 | -0/+4 |
| 2017-01-14 | sched/core: Separate out io_schedule_prepare() and io_schedule_finish() | Tejun Heo | 1 | -5/+3 |
| 2017-01-14 | sched/clock: Delay switching sched_clock to stable | Peter Zijlstra | 1 | -0/+5 |
| 2017-01-14 | sched/clock, clocksource: Add optional cs::mark_unstable() method | Thomas Gleixner | 1 | -0/+3 |
| 2017-01-14 | locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging | Nicolai Hähnle | 1 | -0/+1 |
| 2017-01-14 | locking/ww_mutex: Add waiters in stamp order | Nicolai Hähnle | 1 | -0/+3 |
| 2017-01-14 | locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers | Nicolai Hähnle | 1 | -14/+4 |
| 2017-01-14 | locking/ww_mutex: Set use_ww_ctx even when locking without a context | Nicolai Hähnle | 1 | -9/+2 |
| 2017-01-14 | locking/mutex: Fix mutex handoff | Peter Zijlstra | 1 | -1/+1 |
| 2017-01-14 | locking/percpu-rwsem: Replace waitqueue with rcuwait | Davidlohr Bueso | 1 | -4/+4 |
| 2017-01-14 | sched/wait, RCU: Introduce rcuwait machinery | Davidlohr Bueso | 1 | -0/+63 |
| 2017-01-14 | sched/core: Remove set_task_state() | Davidlohr Bueso | 1 | -26/+1 |
| 2017-01-14 | perf/x86/intel: Account interrupts for PEBS errors | Jiri Olsa | 1 | -0/+1 |
| 2017-01-14 | sched/cputime: Rename vtime_account_user() to vtime_flush() | Frederic Weisbecker | 2 | -3/+6 |
| 2017-01-14 | sched/cputime: Export account_guest_time() | Frederic Weisbecker | 1 | -0/+1 |
| 2017-01-14 | sched/cputime: Allow accounting system time using cpustat index | Frederic Weisbecker | 1 | -0/+2 |
| 2017-01-14 | kprobes, extable: Identify kprobes trampolines as kernel text area | Masami Hiramatsu | 1 | -1/+29 |
| 2017-01-14 | x86/platform/intel: Remove PMIC GPIO block support | Andy Shevchenko | 1 | -15/+0 |
| 2017-01-14 | tcp: remove thin_dupack feature | Yuchung Cheng | 1 | -1/+1 |
| 2017-01-14 | tcp: remove early retransmit | Yuchung Cheng | 1 | -2/+1 |
| 2017-01-14 | tcp: remove forward retransmit feature | Yuchung Cheng | 1 | -1/+0 |
| 2017-01-14 | tcp: use sequence to break TS ties for RACK loss detection | Yuchung Cheng | 1 | -0/+1 |
| 2017-01-14 | tcp: record most recent RTT in RACK loss detection | Yuchung Cheng | 1 | -0/+1 |
| 2017-01-14 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+5 |
| 2017-01-14 | block: add blk_rq_payload_bytes | Christoph Hellwig | 1 | -0/+13 |
| 2017-01-13 | tcp: fix tcp_fastopen unaligned access complaints on sparc | Shannon Nelson | 1 | -1/+6 |
| 2017-01-13 | PCI/MSI: Remove pci_enable_msi_{exact,range}() | Christoph Hellwig | 1 | -14/+2 |
| 2017-01-13 | pinctrl: core: Fix regression caused by delayed work for hogs | Tony Lindgren | 1 | -0/+15 |
| 2017-01-13 | ipmr: improve hash scalability | Nikolay Aleksandrov | 1 | -15/+42 |
| 2017-01-12 | sunrpc: don't call sleeping functions from the notifier block callbacks | Scott Mayhew | 1 | -0/+1 |
| 2017-01-12 | i2c: do not enable fall back to Host Notify by default | Dmitry Torokhov | 1 | -0/+1 |
| 2017-01-12 | Merge tag 'rproc-v4.10-fixes' of git://github.com/andersson/remoteproc | Linus Torvalds | 1 | -1/+3 |