aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-08-06printk: use a clever macroGravatar Alex Elder 1-10/+2
2014-08-06printk: fix some commentsGravatar Alex Elder 1-11/+12
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELGravatar Alex Elder 1-1/+1
2014-08-06printk: tweak do_syslog() to match commentsGravatar Alex Elder 1-1/+1
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsGravatar Luis R. Rodriguez 1-0/+34
2014-08-06printk: make dynamic units clear for the kernel ring bufferGravatar Luis R. Rodriguez 1-1/+1
2014-08-06printk: move power of 2 practice of ring buffer size to a helperGravatar Luis R. Rodriguez 1-4/+10
2014-08-06printk: make dynamic kernel ring buffer alignment explicitGravatar Luis R. Rodriguez 1-2/+3
2014-08-06kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathGravatar Sasha Levin 1-1/+1
2014-08-06mm, oom: remove unnecessary exit_state checkGravatar David Rientjes 1-0/+1
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityGravatar David Rientjes 1-6/+3
2014-08-06kernel/watchdog.c: convert printk/pr_warning to pr_foo()Gravatar Fabian Frederick 1-4/+6
2014-08-06kernel/auditfilter.c: replace count*size kmalloc by kcallocGravatar Fabian Frederick 1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 5-10/+547
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 7-63/+412
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 25-748/+1024
2014-08-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+4
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 14-274/+382
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+19
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 12-407/+664
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-99/+329
2014-08-04Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 3-61/+19
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 13-464/+932
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 5-332/+627
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 2-6/+8
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-140/+62
2014-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-4/+0
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-5/+9
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsGravatar Alexei Starovoitov 2-21/+19
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Gravatar Alexei Starovoitov 2-3/+3
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Gravatar Alexei Starovoitov 2-3/+3
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksGravatar Jan Kara 1-4/+6
2014-07-31Revert "irq: Warn when shared interrupts do not match on NO_SUSPEND"Gravatar Thomas Gleixner 1-5/+2
2014-07-31Revert "PM / sleep / irq: Do not suspend wakeup interrupts"Gravatar Thomas Gleixner 1-2/+1
2014-07-30kexec: fix build error when hugetlbfs is disabledGravatar David Rientjes 1-0/+2
2014-07-30Josh has movedGravatar Josh Triplett 1-2/+2
2014-07-30kexec: export free_huge_page to VMCOREINFOGravatar Atsushi Kumagai 1-0/+2
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-7/+39
2014-07-30cpuset: fix the WARN_ON() in update_nodemasks_hier()Gravatar Li Zefan 1-1/+1
2014-07-28kthread_work: wake up worker only when the worker is idleGravatar Lai Jiangshan 1-1/+1
2014-07-28sched/fair: Fix 'make xmldocs' warning caused by missing descriptionGravatar Masanari Iida 1-0/+1
2014-07-28sched: Use macro for magic number of -1 for setparamGravatar Steven Rostedt 1-7/+10
2014-07-28sched: Robustify topology setupGravatar Peter Zijlstra 1-0/+14
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Gravatar Ingo Molnar 23-129/+296
2014-07-28perf: Check permission only for parent tracepoint eventGravatar Jiri Olsa 1-0/+12
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...Gravatar Ingo Molnar 36-216/+528
2014-07-28sched: Fix sched_setparam() policy == -1 logicGravatar Daniel Bristot de Oliveira 1-2/+3
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-7/+39
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Gravatar Alexei Starovoitov 2-2/+2