aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner3-0/+28
2020-11-24Merge branch 'sched/core' into core/mmThomas Gleixner19-398/+1501
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner2-12/+37
2020-11-23Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe27-214/+310
2020-11-23PM / suspend: fix kernel-doc markupAlex Shi1-0/+2
2020-11-23signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne1-0/+24
2020-11-23signal: define the SA_UNSUPPORTED bit in sa_flagsPeter Collingbourne1-0/+6
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne1-0/+10
2020-11-23softirq: Move related code into one sectionThomas Gleixner1-53/+54
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-55/+71
2020-11-22Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+4
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+7
2020-11-20Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook2-14/+7
2020-11-20seccomp: Remove bogus __user annotationsJann Horn1-2/+2
2020-11-20bpf: Simplify task_file_seq_get_next()Song Liu1-37/+17
2020-11-20seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu1-0/+59
2020-11-20seccomp/cache: Add "emulator" to check if filter is constant allowYiFei Zhu1-1/+155
2020-11-20seccomp/cache: Lookup syscall allowlist bitmap for fast pathYiFei Zhu1-0/+77
2020-11-20printk/console: Allow to disable console output by using console="" or consol...Petr Mladek1-1/+8
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+2
2020-11-19Merge branch 'kcsan.2020.11.06a' into HEADPaul E. McKenney2-9/+14
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney16-154/+393
2020-11-19srcu: Take early exit on memory-allocation failurePaul E. McKenney1-1/+3
2020-11-19rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)1-43/+66
2020-11-19rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney1-1/+1
2020-11-19rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou1-1/+1
2020-11-19rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2-1/+21
2020-11-19rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)1-1/+2
2020-11-19rcu,ftrace: Fix ftrace recursionPeter Zijlstra1-1/+4
2020-11-19rcu/tree: Make struct kernel_param_ops definitions constJoe Perches1-2/+2
2020-11-19rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)1-1/+3
2020-11-19rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU configNeeraj Upadhyay1-8/+12
2020-11-19rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay2-2/+18
2020-11-19rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker2-15/+8
2020-11-19rcu: Panic after fixed number of stallschao2-0/+17
2020-11-19rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra1-2/+2
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-123/+170
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-6/+29
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-6/+29
2020-11-19fail_function: Remove a redundant mutex unlockLuo Meng1-2/+3
2020-11-19lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu1-0/+10
2020-11-19sched/topology: Condition EAS enablement on FIE supportIonela Voinescu1-0/+9
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu2-15/+12
2020-11-19sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann1-19/+51
2020-11-19sched/core: Fix typos in commentsTal Zussman1-15/+15
2020-11-19sched/topology: Warn when NUMA diameter > 2Valentin Schneider1-0/+33
2020-11-19cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan1-5/+28
2020-11-19sched: Fix migration_cpu_stop() WARNPeter Zijlstra1-2/+2
2020-11-19sched/core: Add missing completion for affine_move_task() waitersValentin Schneider1-1/+12
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...Frederic Weisbecker1-1/+1