aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-27dma-contiguous: fix a typo error in a commenttangjianqiang1-1/+1
2020-11-27dma-pool: no need to check return value of debugfs_create functionsTiezhu Yang1-3/+0
2020-11-27dma-mapping: Allow mixing bypass and mapped DMA operationAlexey Kardashevskiy2-4/+12
2020-11-27kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin1-1/+5
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra237-3825/+14568
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh1-0/+26
2020-11-25cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()Hui Su1-4/+4
2020-11-25kernel: cgroup: Mundane spelling fixes throughout the fileBhaskar Chowdhury1-11/+11
2020-11-25workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye1-3/+10
2020-11-25resource: provide meaningful MODULE_LICENSE() in test suiteAndy Shevchenko1-0/+2
2020-11-25module: simplify version-attribute handlingJohan Hovold1-6/+4
2020-11-24bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho1-84/+95
2020-11-24audit: fix macros warningsAlex Shi2-7/+6
2020-11-25bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko1-0/+5
2020-11-24irq_work: Optimize irq_work_single()Peter Zijlstra1-12/+17
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra3-38/+30
2020-11-24irq_work: CleanupPeter Zijlstra6-21/+16
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman1-2/+15
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman1-10/+11
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman1-3/+5
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman1-4/+6
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+27
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