aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-12-02entry: Rename exit_to_user_mode()Sven Schnelle1-4/+4
2020-12-02entry: Rename enter_from_user_mode()Sven Schnelle1-5/+5
2020-12-02entry: Support Syscall User Dispatch on common syscall entryGabriel Krisman Bertazi1-0/+25
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi5-1/+118
2020-12-01ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)2-0/+170
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe3-5/+29
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+33
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/k...Linus 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/k...Linus 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-322/+485
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-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