aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-35/+8
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig1-8/+3
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-1/+1
2020-12-01scs: switch to vmapped shadow stacksSami Tolvanen1-11/+60
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)1-8/+6
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao1-1/+1
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao1-1/+21
2020-11-30tracing: Fix alignment of static bufferMinchan Kim1-1/+1
2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin1-1/+1
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi1-3/+3
2020-11-30ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)1-1/+1
2020-11-30genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier1-2/+9
2020-11-30genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier1-5/+8
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+27
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-75/+84
2020-11-27Backmerge tag 'v5.10-rc2' into arm/driversArnd Bergmann14-52/+44
2020-11-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-4/+2
2020-11-27Merge branch 'for-5.10-pr_cont-fixup' into for-linusPetr Mladek1-2/+2
2020-11-27printk: finalize records with trailing newlinesJohn Ogness1-2/+2
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar49-321/+484
2020-11-27dma-mapping: add benchmark support for streaming DMA APIsBarry Song3-0/+371
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-3820/+14563
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-83/+94
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-213/+309
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