aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+13
2015-11-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-11-15Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+27
2015-11-12Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-14/+9
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-40/+40
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2015-11-10bpf_trace: Make dependent on PERF_EVENTSSteven Rostedt1-1/+1
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-8/+8
2015-11-10tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not setChen Gang1-0/+6
2015-11-10genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko3-2/+8
2015-11-10context_tracking: avoid irq_save/irq_restore on guest entry and exitPaolo Bonzini1-26/+38
2015-11-10context_tracking: remove duplicate enabled checkPaolo Bonzini1-14/+2
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-8/+9
2015-11-09remove abs64()Andrew Morton2-2/+2
2015-11-09Merge branch 'for-4.4/hotplug' into libnvdimm-for-nextDan Williams6-18/+15
2015-11-09sched/numa: Fix math underflow in task_tick_numa()Rik van Riel1-1/+1
2015-11-09perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra1-0/+4
2015-11-09perf: Disable IRQs across RCU RS CS that acquires scheduler lockPaul E. McKenney1-8/+9
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-76/+45
2015-11-07tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov3-13/+0
2015-11-06panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov1-0/+10
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall1-2/+2
2015-11-06kexec: use file name as the output message prefixMinfei Huang3-2/+6
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov1-1/+1
2015-11-06signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov1-50/+1
2015-11-06printk: prevent userland from spoofing kernel messagesMathias Krause1-5/+8
2015-11-06module: export param_free_charp()Dan Streetman1-1/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-8/+8
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman5-7/+7
2015-11-06Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds24-662/+1387
2015-11-06tracing: Make tracing work when debugfs is not configured inJiaxing Wang1-1/+3
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-39/+120
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson1-1/+2
2015-11-05mm: mlock: add new mlock system callEric B Munson1-0/+1
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes1-7/+7
2015-11-05kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer_fn()Ulrich Obergfell1-1/+1
2015-11-05kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}_threads()Ulrich Obergfell1-4/+6
2015-11-05kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell1-0/+6
2015-11-05kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU hotplugUlrich Obergfell1-0/+2
2015-11-05kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2-1/+12
2015-11-05kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina2-5/+37
2015-11-05watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell1-4/+6
2015-11-05watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell1-0/+5
2015-11-05watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell1-7/+23
2015-11-05watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell1-3/+5
2015-11-05watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell1-3/+4
2015-11-05kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai1-3/+3
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-1/+1