aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-80/+80
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+20
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-1/+1
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann1-1/+1
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+18
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds1-0/+3
2018-08-23Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-1/+25
2018-08-23bpf: use per htab salt for bucket hashDaniel Borkmann1-10/+13
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2018-08-22bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend1-0/+3
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-140/+188
2018-08-22bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann1-1/+3
2018-08-22bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann1-1/+3