Age | Commit message (Expand) | Author | Files | Lines |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 5 | -7/+7 |
2015-11-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -39/+120 |
2015-11-05 | mm: introduce VM_LOCKONFAULT | Eric B Munson | 1 | -1/+2 |
2015-11-05 | mm: mlock: add new mlock system call | Eric B Munson | 1 | -0/+1 |
2015-11-05 | mm, oom: remove task_lock protecting comm printing | David Rientjes | 1 | -7/+7 |
2015-11-05 | kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer... | Ulrich Obergfell | 1 | -1/+1 |
2015-11-05 | kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}... | Ulrich Obergfell | 1 | -4/+6 |
2015-11-05 | kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug | Ulrich Obergfell | 1 | -0/+6 |
2015-11-05 | kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ... | Ulrich Obergfell | 1 | -0/+2 |
2015-11-05 | kernel/watchdog.c: add sysctl knob hardlockup_panic | Don Zickus | 2 | -1/+12 |
2015-11-05 | kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup | Jiri Kosina | 2 | -5/+37 |
2015-11-05 | watchdog: do not unpark threads in watchdog_park_threads() on error | Ulrich Obergfell | 1 | -4/+6 |
2015-11-05 | watchdog: implement error handling in lockup_detector_suspend() | Ulrich Obergfell | 1 | -0/+5 |
2015-11-05 | watchdog: implement error handling in update_watchdog_all_cpus() and callers | Ulrich Obergfell | 1 | -7/+23 |
2015-11-05 | watchdog: move watchdog_disable_all_cpus() outside of ifdef | Ulrich Obergfell | 1 | -3/+5 |
2015-11-05 | watchdog: fix error handling in proc_watchdog_thresh() | Ulrich Obergfell | 1 | -3/+4 |
2015-11-05 | kernel/watchdog.c: is_hardlockup can be boolean | Yaowei Bai | 1 | -3/+3 |
2015-11-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+2 |
2015-11-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2 | -1/+1 |
2015-11-05 | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 4 | -25/+39 |
2015-11-05 | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 6 | -633/+765 |
2015-11-05 | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -12/+14 |
2015-11-05 | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2015-11-04 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2015-11-04 | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -11/+5 |
2015-11-04 | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -2/+23 |
2015-11-04 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2015-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -84/+856 |
2015-11-04 | audit: make audit_log_common_recv_msg() a void function | Paul Moore | 1 | -5/+3 |
2015-11-04 | audit: removing unused variable | Saurabh Sengar | 1 | -4/+3 |
2015-11-04 | audit: fix comment block whitespace | Scott Matheina | 1 | -7/+7 |
2015-11-04 | audit: audit_tree_match can be boolean | Yaowei Bai | 2 | -4/+4 |
2015-11-04 | audit: audit_string_contains_control can be boolean | Yaowei Bai | 1 | -3/+3 |
2015-11-04 | audit: try harder to send to auditd upon netlink failure | Richard Guy Briggs | 1 | -5/+22 |
2015-11-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 15 | -393/+452 |
2015-11-03 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
2015-11-03 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -59/+165 |
2015-11-03 | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() | Linus Torvalds | 1 | -1/+1 |
2015-11-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 8 | -31/+55 |
2015-11-03 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 16 | -443/+1111 |
2015-11-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -120/+426 |
2015-11-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -46/+79 |
2015-11-03 | bpf, verifier: annotate verbose printer with __printf | Daniel Borkmann | 1 | -1/+1 |
2015-11-02 | bpf: add support for persistent maps/progs | Daniel Borkmann | 3 | -4/+417 |
2015-11-02 | bpf: consolidate bpf_prog_put{, _rcu} dismantle paths | Daniel Borkmann | 2 | -11/+7 |
2015-11-02 | bpf: align and clean bpf_{map,prog}_get helpers | Daniel Borkmann | 2 | -20/+24 |
2015-11-02 | bpf: abstract anon_inode_getfd invocations | Daniel Borkmann | 1 | -3/+14 |
2015-11-02 | bpf: convert hashtab lock to raw lock | Yang Shi | 1 | -7/+7 |
2015-11-02 | Merge branch 'pm-sleep' | Rafael J. Wysocki | 4 | -2/+23 |
2015-11-01 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+12 |