aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-08-30rcu: Update comments and help text for no more RCU-bh updatersPaul E. McKenney3-14/+15
2018-08-30rcu: Define RCU-bh update API in terms of RCUPaul E. McKenney4-185/+29
2018-08-30rcu: Report expedited grace periods at context-switch timePaul E. McKenney1-2/+3
2018-08-30rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safePaul E. McKenney4-0/+15
2018-08-30rcu: Add warning to detect half-interruptsPaul E. McKenney1-0/+2
2018-08-30rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special unionPaul E. McKenney1-9/+4
2018-08-30rcu: Allow processing deferred QSes for exiting RCU-preempt readersPaul E. McKenney1-1/+1
2018-08-30rcutorture: Test extended "rcu" read-side critical sectionsPaul E. McKenney1-0/+1
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney4-51/+176
2018-08-30rcu: Refactor rcu_{nmi,irq}_{enter,exit}()Byungchul Park1-22/+44
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa1-8/+3
2018-08-30perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa1-4/+2
2018-08-30perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa1-3/+2
2018-08-30perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa1-4/+6
2018-08-30bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2-0/+55
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-30watchdog: Mark watchdog touch functions as notraceVincent Whitchurch3-4/+4
2018-08-29bpf/verifier: display non-spill stack slot types in print_verifier_stateEdward Cree1-7/+25
2018-08-29bpf/verifier: per-register parent pointersEdward Cree1-140/+44
2018-08-29rcutorture: Maintain self-propagating CB only during forward-progress testPaul E. McKenney1-5/+10
2018-08-29rcutorture: Check GP completion at stutter endPaul E. McKenney2-2/+6
2018-08-29rcutorture: Print forward-progress test interval on errorPaul E. McKenney1-5/+9
2018-08-29rcutorture: Adjust number of reader kthreads per CPU-hotplug operationsPaul E. McKenney1-2/+6
2018-08-29rcutorture: Reduce priority of forward-progress testingPaul E. McKenney1-0/+2
2018-08-29rcutorture: Limit reader duration if irq or bh disabledPaul E. McKenney1-1/+3
2018-08-29rcutorture: Increase rcu_read_delay() longdelay_msPaul E. McKenney1-1/+1
2018-08-29rcutorture: Add self-propagating callback to forward-progress testingPaul E. McKenney1-0/+36
2018-08-29rcutorture: Vary forward-progress test intervalPaul E. McKenney1-1/+6
2018-08-29rcutorture: Avoid no-test complaint if too few forward-progress triesPaul E. McKenney1-1/+4
2018-08-29rcutorture: Also use GP sequence to judge forward progressPaul E. McKenney1-4/+7
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney2-1/+73
2018-08-29rcuperf: Warn on bad perf type for built-in testsPaul E. McKenney1-0/+1
2018-08-29rcutorture: Warn on bad torture type for built-in testsPaul E. McKenney1-0/+1
2018-08-29rcutorture: Force occasional reader waitsPaul E. McKenney1-0/+5
2018-08-29bpf: remove duplicated include from syscall.cYueHaibing1-1/+0
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann1-8/+9
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann1-2/+2
2018-08-29y2038: __get_old_timespec32() can be statickbuild test robot1-2/+2
2018-08-28bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend1-23/+22
2018-08-27bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann1-3/+2
2018-08-27bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann1-1/+1
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-12/+22
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann8-65/+65
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2-30/+9
2018-08-27y2038: remove unused time interfacesArnd Bergmann1-24/+0
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+37
2018-08-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+0
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-7/+35
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+30