summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell2015-11-051-1/+1
* kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell2015-11-051-4/+6
* kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell2015-11-051-0/+6
* kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...Ulrich Obergfell2015-11-051-0/+2
* kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2015-11-052-1/+12
* kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina2015-11-052-5/+37
* watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell2015-11-051-4/+6
* watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell2015-11-051-0/+5
* watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell2015-11-051-7/+23
* watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell2015-11-051-3/+5
* watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell2015-11-051-3/+4
* kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai2015-11-051-3/+3
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-2/+2
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
* | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-11/+5
|\ \
| * | blktrace: re-write setting q->blk_traceDavidlohr Bueso2015-10-301-11/+5
* | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-044-2/+23
|\ \ \
| * \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-024-2/+23
| |\ \ \
| | * | | PM / hibernate: fix a comment typoGeliang Tang2015-10-141-1/+1
| | * | | PM / sleep: Add flags to indicate platform firmware involvementRafael J. Wysocki2015-10-141-0/+4
| | * | | Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki2015-10-122-1/+18
| | |\ \ \
| | | * | | PM / sleep: Report interrupt that caused system wakeupAlexandra Yates2015-09-162-1/+18
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas2015-10-221-1/+1
| |\ \ \ \ \ \
| | * | | | | | genirq: Make the cpuhotplug migration code less noisyThomas Gleixner2015-10-221-1/+1
| * | | | | | | Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Catalin Marinas2015-10-093-0/+87
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-0414-84/+856
|\ \ \ \ \ \ \
| * | | | | | | bpf, verifier: annotate verbose printer with __printfDaniel Borkmann2015-11-031-1/+1
| * | | | | | | bpf: add support for persistent maps/progsDaniel Borkmann2015-11-023-4/+417
| * | | | | | | bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsDaniel Borkmann2015-11-022-11/+7
| * | | | | | | bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2015-11-022-20/+24
| * | | | | | | bpf: abstract anon_inode_getfd invocationsDaniel Borkmann2015-11-021-3/+14
| * | | | | | | bpf: convert hashtab lock to raw lockYang Shi2015-11-021-7/+7
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-017-16/+51
| |\ \ \ \ \ \ \
| * | | | | | | | seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen2015-10-272-1/+80
| * | | | | | | | bpf: make tracing helpers gpl onlyAlexei Starovoitov2015-10-261-2/+2
| * | | | | | | | bpf: fix bpf_perf_event_read() helperAlexei Starovoitov2015-10-262-10/+22
| * | | | | | | | bpf: introduce bpf_perf_event_output() helperAlexei Starovoitov2015-10-223-1/+50
| * | | | | | | | perf: pad raw data samples automaticallyAlexei Starovoitov2015-10-221-5/+10
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-208-21/+33
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_putTom Herbert2015-10-161-0/+1
| * | | | | | | | | bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-123-1/+68
| * | | | | | | | | bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-123-14/+116
| * | | | | | | | | bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-111-1/+1
| * | | | | | | | | bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-083-6/+29
| * | | | | | | | | ebpf: include perf_event only where really neededDaniel Borkmann2015-10-051-0/+1
| * | | | | | | | | bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-051-2/+2
| * | | | | | | | | sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-031-0/+2
| * | | | | | | | | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-032-2/+6
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-024-41/+102
| |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud