Age | Commit message (Expand) | Author |
2014-08-06 | kernel/printk/printk.c: fix bool assignements | Neil Zhang |
2014-08-06 | printk: enable interrupts before calling console_trylock_for_printk() | Jan Kara |
2014-08-06 | printk: miscellaneous cleanups | Alex Elder |
2014-08-06 | printk: use a clever macro | Alex Elder |
2014-08-06 | printk: fix some comments | Alex Elder |
2014-08-06 | printk: rename DEFAULT_MESSAGE_LOGLEVEL | Alex Elder |
2014-08-06 | printk: tweak do_syslog() to match comments | Alex Elder |
2014-08-06 | printk: allow increasing the ring buffer depending on the number of CPUs | Luis R. Rodriguez |
2014-08-06 | printk: make dynamic units clear for the kernel ring buffer | Luis R. Rodriguez |
2014-08-06 | printk: move power of 2 practice of ring buffer size to a helper | Luis R. Rodriguez |
2014-08-06 | printk: make dynamic kernel ring buffer alignment explicit | Luis R. Rodriguez |
2014-08-06 | kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path | Sasha Levin |
2014-08-06 | mm, oom: remove unnecessary exit_state check | David Rientjes |
2014-08-06 | mm, hugetlb: remove hugetlb_zero and hugetlb_infinity | David Rientjes |
2014-08-06 | kernel/watchdog.c: convert printk/pr_warning to pr_foo() | Fabian Frederick |
2014-08-06 | kernel/auditfilter.c: replace count*size kmalloc by kcalloc | Fabian Frederick |
2014-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-08-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2014-08-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-08-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-08-04 | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-08-04 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-08-04 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-08-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-08-04 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-08-04 | Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds |
2014-08-04 | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2014-08-04 | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2014-08-04 | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2014-08-04 | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2014-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2014-08-03 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-08-02 | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov |
2014-08-02 | net: filter: rename sk_convert_filter() -> bpf_convert_filter() | Alexei Starovoitov |
2014-08-02 | net: filter: rename sk_chk_filter() -> bpf_check_classic() | Alexei Starovoitov |
2014-08-01 | timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks | Jan Kara |
2014-07-31 | Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND" | Thomas Gleixner |
2014-07-31 | Revert "PM / sleep / irq: Do not suspend wakeup interrupts" | Thomas Gleixner |
2014-07-30 | kexec: fix build error when hugetlbfs is disabled | David Rientjes |
2014-07-30 | Josh has moved | Josh Triplett |
2014-07-30 | kexec: export free_huge_page to VMCOREINFO | Atsushi Kumagai |
2014-07-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-07-30 | cpuset: fix the WARN_ON() in update_nodemasks_hier() | Li Zefan |
2014-07-28 | kthread_work: wake up worker only when the worker is idle | Lai Jiangshan |
2014-07-28 | sched/fair: Fix 'make xmldocs' warning caused by missing description | Masanari Iida |
2014-07-28 | sched: Use macro for magic number of -1 for setparam | Steven Rostedt |
2014-07-28 | sched: Robustify topology setup | Peter Zijlstra |
2014-07-28 | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar |
2014-07-28 | perf: Check permission only for parent tracepoint event | Jiri Olsa |
2014-07-28 | Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app... | Ingo Molnar |