aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-23bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis1-3/+5
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner1-19/+1
2018-11-23posix-clocks: Remove license boiler plateThomas Gleixner1-14/+0
2018-11-23sched/clock: Remove license boilerplateThomas Gleixner1-4/+0
2018-11-23posix-timers/stubs: Remove license boilerplateThomas Gleixner1-4/+0
2018-11-23time: Remove license boilerplateThomas Gleixner4-48/+5
2018-11-23time/debug: Remove license boilerplateThomas Gleixner2-19/+0
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner7-20/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner22-0/+23
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner18-66/+15
2018-11-23uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-11-22bpf: fix integer overflow in queue_stack_mapAlexei Starovoitov1-8/+8
2018-11-22panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2018-11-22bpf, lpm: make longest_prefix_match() fasterEric Dumazet1-10/+49
2018-11-21swiotlb: Skip cache maintenance on map errorRobin Murphy1-1/+2
2018-11-20bpf: Introduce bpf_func_infoYonghong Song4-7/+189
2018-11-20bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau1-50/+339
2018-11-20bpf: btf: Break up btf_type_is_void()Martin KaFai Lau1-15/+22
2018-11-20cgroup: fix CSS_TASK_ITER_PROCSTejun Heo1-12/+17
2018-11-20bpf: allow zero-initializing hash map seedLorenz Bauer1-2/+11
2018-11-19audit: remove WATCH and TREE config optionsRichard Guy Briggs3-16/+4
2018-11-19audit: use session_info helperRichard Guy Briggs3-9/+7
2018-11-19audit: localize audit_log_session_info prototypeRichard Guy Briggs1-0/+2
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe12-100/+136
2018-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-21/+22
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+48
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson1-21/+22
2018-11-16bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin1-1/+2
2018-11-16bpf: fix off-by-one error in adjust_subprog_startsEdward Cree1-1/+1
2018-11-16bpf: fix null pointer dereference on pointer offloadColin Ian King1-2/+3
2018-11-16padata: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2018-11-13kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-11-13kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva1-18/+3
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-11-13kdb: print real address of pointers instead of hashed addressesChristophe Leroy2-13/+13
2018-11-13kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy1-2/+2
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo1-4/+7
2018-11-13cpuset: Minor cgroup2 interface updatesTejun Heo1-4/+4
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney1-8/+13
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney1-1/+1
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2-4/+14
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney1-2/+2
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou1-3/+3
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney1-3/+5
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney1-12/+13
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney1-4/+4
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney1-1/+1
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney1-1/+2