summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-11-27dma-contiguous: fix a typo error in a commenttangjianqiang
2020-11-27dma-pool: no need to check return value of debugfs_create functionsTiezhu Yang
2020-11-27dma-mapping: Allow mixing bypass and mapped DMA operationAlexey Kardashevskiy
2020-11-27kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh
2020-11-25cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()Hui Su
2020-11-25kernel: cgroup: Mundane spelling fixes throughout the fileBhaskar Chowdhury
2020-11-25workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye
2020-11-25resource: provide meaningful MODULE_LICENSE() in test suiteAndy Shevchenko
2020-11-25module: simplify version-attribute handlingJohan Hovold
2020-11-24bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho
2020-11-24audit: fix macros warningsAlex Shi
2020-11-25bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko
2020-11-24irq_work: Optimize irq_work_single()Peter Zijlstra
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-24irq_work: CleanupPeter Zijlstra
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner
2020-11-24Merge branch 'sched/core' into core/mmThomas Gleixner
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner
2020-11-23Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe
2020-11-23PM / suspend: fix kernel-doc markupAlex Shi
2020-11-23signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne
2020-11-23signal: define the SA_UNSUPPORTED bit in sa_flagsPeter Collingbourne
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne
2020-11-23softirq: Move related code into one sectionThomas Gleixner
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-22Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-11-20Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook
2020-11-20seccomp: Remove bogus __user annotationsJann Horn
2020-11-20bpf: Simplify task_file_seq_get_next()Song Liu
2020-11-20seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu
2020-11-20seccomp/cache: Add "emulator" to check if filter is constant allowYiFei Zhu
2020-11-20seccomp/cache: Lookup syscall allowlist bitmap for fast pathYiFei Zhu
2020-11-20printk/console: Allow to disable console output by using console="" or consol...Petr Mladek
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-19Merge branch 'kcsan.2020.11.06a' into HEADPaul E. McKenney
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney
2020-11-19srcu: Take early exit on memory-allocation failurePaul E. McKenney
2020-11-19rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)
2020-11-19rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney
2020-11-19rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou
2020-11-19rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney
2020-11-19rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)