- 39d2da2 kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer_fn() by Ulrich Obergfell · 9 years ago
- a2a45b8 kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}_threads() by Ulrich Obergfell · 9 years ago
- 8614dde kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug by Ulrich Obergfell · 9 years ago
- ee89e71 kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU hotplug by Ulrich Obergfell · 9 years ago
- ac1f591 kernel/watchdog.c: add sysctl knob hardlockup_panic by Don Zickus · 9 years ago
- 5553787 kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup by Jiri Kosina · 9 years ago
- ee7fed5 watchdog: do not unpark threads in watchdog_park_threads() on error by Ulrich Obergfell · 9 years ago
- c993590 watchdog: implement error handling in lockup_detector_suspend() by Ulrich Obergfell · 9 years ago
- b43cb43 watchdog: implement error handling in update_watchdog_all_cpus() and callers by Ulrich Obergfell · 9 years ago
- 58cf690 watchdog: move watchdog_disable_all_cpus() outside of ifdef by Ulrich Obergfell · 9 years ago
- d283c64 watchdog: fix error handling in proc_watchdog_thresh() by Ulrich Obergfell · 9 years ago
- 451637e kernel/watchdog.c: is_hardlockup can be boolean by Yaowei Bai · 9 years ago
- e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
- d9734e0 Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
- 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
- 2dc10ad Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
- b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- b831ef2 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- b02ac6b Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 105ff3c atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() by Linus Torvalds · 9 years ago
- d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 2814228 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 6aa2fdb Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 7b2a430 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 1d056d9 bpf, verifier: annotate verbose printer with __printf by Daniel Borkmann · 9 years ago
- b219775 bpf: add support for persistent maps/progs by Daniel Borkmann · 9 years ago
- e9d8afa bpf: consolidate bpf_prog_put{, _rcu} dismantle paths by Daniel Borkmann · 9 years ago
- c210129 bpf: align and clean bpf_{map,prog}_get helpers by Daniel Borkmann · 9 years ago
- aa79781 bpf: abstract anon_inode_getfd invocations by Daniel Borkmann · 9 years ago
- ac00881 bpf: convert hashtab lock to raw lock by Yang Shi · 9 years ago
- 9bb4064 Merge branch 'pm-sleep' by Rafael J. Wysocki · 9 years ago
- 95fc00a Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- cdea01b blktrace: re-write setting q->blk_trace by Davidlohr Bueso · 9 years ago
- e4340bb Merge branch 'linus' into core/rcu, to fix up a semantic conflict by Ingo Molnar · 9 years ago
- f8e529e seccomp, ptrace: add support for dumping seccomp filters by Tycho Andersen · 9 years ago
- 9e17f90 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
- 1075ef5 bpf: make tracing helpers gpl only by Alexei Starovoitov · 9 years ago
- 62544ce bpf: fix bpf_perf_event_read() helper by Alexei Starovoitov · 9 years ago
- 182475b memremap: fix highmem support by Dan Williams · 9 years ago
- 03f136a timeconst: Update path in comment by Jason A. Donenfeld · 10 years ago
- df55793 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 9f30931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
- 5211613 kmod: don't run async usermode helper as a child of kworker thread by Oleg Nesterov · 9 years ago
- 6bccb49 Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Catalin Marinas · 9 years ago
- a43eec3 bpf: introduce bpf_perf_event_output() helper by Alexei Starovoitov · 9 years ago
- fa128e6 perf: pad raw data samples automatically by Alexei Starovoitov · 9 years ago
- 58c9c87 genirq: Make the cpuhotplug migration code less noisy by Thomas Gleixner · 9 years ago
- 53b90c0 kexec/crash: Say which char is the unrecognized by Borislav Petkov · 9 years ago
- 1904be1 tracing: Do not allow stack_tracer to record stack in NMI by Steven Rostedt (Red Hat) · 9 years ago
- a2d7629 tracing: Have stack tracer force RCU to be watching by Steven Rostedt (Red Hat) · 9 years ago
- 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- b2c280b Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 9 years ago
- e73e85f sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETS by Oleg Nesterov · 9 years ago
- 62694cd sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop() by Peter Zijlstra · 9 years ago
- 07f06cb sched: Start stopper early by Peter Zijlstra · 9 years ago
- f0cf16c stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark() by Oleg Nesterov · 9 years ago
- c00166d stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unpark() by Oleg Nesterov · 9 years ago
- d8bc853 stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabled by Oleg Nesterov · 9 years ago
- 5caa1c0 stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works() by Oleg Nesterov · 9 years ago
- 233e7f2 stop_machine: Ensure that a queued callback will be called before cpu_stop_park() by Oleg Nesterov · 9 years ago
- 6af597d Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve conflicts by Ingo Molnar · 9 years ago
- a1a2ab2 Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- 5aa5050 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 9 years ago
- 0baabb3 nohz: Revert "nohz: Set isolcpus when nohz_full is set" by Frederic Weisbecker · 9 years ago
- 3e386d5 sched/fair: Update task group's load_avg after task migration by Yuyang Du · 9 years ago
- fde7d22e sched/fair: Fix overly small weight for interactive group entities by Yuyang Du · 9 years ago
- c13dc31 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
- 81429a6 Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 56fd16c timekeeping: Increment clock_was_set_seq in timekeeping_init() by Thomas Gleixner · 9 years ago
- 0701c53 genirq/msi: Do not use pci_msi_[un]mask_irq as default methods by Marc Zyngier · 9 years ago
- ac00737 bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_put by Tom Herbert · 9 years ago
- 995e2fe Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
- c8d75aa posix_cpu_timer: Reduce unnecessary sighand lock contention by Jason Low · 9 years ago
- d5c373e posix_cpu_timer: Convert cputimer->running to bool by Jason Low · 9 years ago
- 934715a posix_cpu_timer: Check thread timers only when there are active thread timers by Jason Low · 9 years ago
- 7c177d9 posix_cpu_timer: Optimize fastpath_timer_check() by Jason Low · 9 years ago
- d439e64 PM / hibernate: fix a comment typo by Geliang Tang · 9 years ago
- ef25ba0 PM / sleep: Add flags to indicate platform firmware involvement by Rafael J. Wysocki · 9 years ago
- be5436c irqdomain/msi: Use fwnode instead of of_node by Marc Zyngier · 9 years ago
- 2a5e9a0 irqdomain: Introduce irq_domain_create_hierarchy by Marc Zyngier · 9 years ago
- b145dcc irqdomain: Add a fwnode_handle allocator by Marc Zyngier · 9 years ago
- 1bf4ddc irqdomain: Introduce irq_domain_create_{linear, tree} by Marc Zyngier · 9 years ago
- c0131f0 irqdomain: Introduce irq_create_fwspec_mapping by Marc Zyngier · 9 years ago
- 11e4438e irqdomain: Introduce a firmware-specific IRQ specifier structure by Marc Zyngier · 9 years ago
- 130b8c6 irqdomain: Allow irq domain lookup by fwnode by Marc Zyngier · 9 years ago
- f110711 irqdomain: Convert irqdomain-%3Eof_node to fwnode by Marc Zyngier · 9 years ago
- 5d4c9bc irqdomain: Use irq_domain_get_of_node() instead of direct field access by Marc Zyngier · 9 years ago
- e50226b Merge branch 'linus' into irq/core by Thomas Gleixner · 9 years ago
- aaac3ba bpf: charge user for creation of BPF maps and programs by Alexei Starovoitov · 9 years ago
- 1be7f75 bpf: enable non-root eBPF programs by Alexei Starovoitov · 9 years ago
- a5e22db Merge back earlier 'pm-sleep' material for v4.4. by Rafael J. Wysocki · 9 years ago
- b9f27c0 Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- 9babcd7 sched, tracing: Stop/start critical timings around the idle=poll idle loop by Daniel Bristot de Oliveira · 9 years ago
- 9fc4468 timers: Use __fls in apply_slack() by Rasmus Villemoes · 9 years ago
- cfed432 clocksource: Remove return statement from void functions by Guillaume Gomez · 9 years ago
- 9a78f9c Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- ff936a0 bpf: fix cb access in socket filter programs by Alexei Starovoitov · 9 years ago