Age | Commit message (Expand) | Author |
2016-01-13 | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-01-12 | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-01-12 | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2016-01-12 | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2016-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-01-12 | Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-01-12 | net: bpf: reject invalid shifts | Rabin Vincent |
2016-01-12 | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-01-11 | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2016-01-11 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-01-11 | Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/... | Linus Torvalds |
2016-01-12 | Merge branches 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki |
2016-01-11 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-01-11 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-01-11 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-01-11 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2016-01-11 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-01-11 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-01-10 | cgroup: fix a typo. | Rami Rosen |
2016-01-09 | restrict /dev/mem to idle io memory ranges | Dan Williams |
2016-01-08 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-01-08 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-01-08 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-01-07 | ftrace: Fix the race between ftrace and insmod | Qiu Peiyang |
2016-01-07 | Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-01-07 | ftrace: Add infrastructure for delayed enabling of module functions | Steven Rostedt (Red Hat) |
2016-01-07 | ftrace/module: Call clean up function when module init fails early | Steven Rostedt (Red Hat) |
2016-01-07 | workqueue: simplify the apply_workqueue_attrs_locked() | wanghaibin |
2016-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-01-06 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2016-01-06 | perf/core: Collapse more IPI loops | Peter Zijlstra |
2016-01-06 | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n... | Ingo Molnar |
2016-01-06 | sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta... | Yuyang Du |
2016-01-06 | sched/deadline: Fix the earliest_dl.next logic | Wanpeng Li |
2016-01-06 | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ... | Ingo Molnar |
2016-01-06 | sched/core: Reset task's lockless wake-queues on fork() | Sebastian Andrzej Siewior |
2016-01-06 | sched/fair: Fix multiplication overflow on 32-bit systems | Andrey Ryabinin |
2016-01-06 | perf: Fix race in swevent hash | Peter Zijlstra |
2016-01-06 | perf: Fix race in perf_event_exec() | Peter Zijlstra |
2016-01-05 | Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-01-04 | PM / sleep: Add support for read-only sysfs attributes | Rafael J. Wysocki |
2016-01-04 | tracing: Fix setting of start_index in find_next() | Qiu Peiyang |
2016-01-04 | kernel/*: switch to memdup_user_nul() | Al Viro |
2016-01-04 | convert a bunch of open-coded instances of memdup_user_nul() | Al Viro |
2016-01-02 | cgroup: demote subsystem init messages to KERN_DEBUG | Tejun Heo |
2015-12-29 | bpf: hash: use per-bucket spinlock | tom.leiming@gmail.com |
2015-12-29 | bpf: hash: move select_bucket() out of htab's spinlock | tom.leiming@gmail.com |
2015-12-29 | bpf: hash: use atomic count | tom.leiming@gmail.com |
2015-12-29 | posix-clock: Fix return code on the poll method's error path | Richard Cochran |