summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin-16/+3
2020-12-02bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin-20/+4
2020-12-02bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin-4/+6
2020-12-02bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin-7/+4
2020-12-02bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin-3/+3
2020-12-02bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin-10/+14
2020-12-02bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin-3/+4
2020-12-02bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin-12/+11
2020-12-02bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin-9/+12
2020-12-02bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin-3/+3
2020-12-02bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin-1/+5
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin-0/+63
2020-12-02bpf: Memcg-based memory accounting for bpf progsRoman Gushchin-5/+5
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin-3/+4
2020-12-02irq: Call tick_irq_enter() inside HARDIRQ_OFFSETFrederic Weisbecker-9/+5
2020-12-02irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker-10/+14
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker-4/+9
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker-11/+2
2020-12-02sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker-2/+0
2020-12-02entry: Add syscall_exit_to_user_mode_work()Sven Schnelle-2/+12
2020-12-02entry: Add exit_to_user_mode() wrapperSven Schnelle-12/+6
2020-12-02entry_Add_enter_from_user_mode_wrapperSven Schnelle-10/+6
2020-12-02entry: Rename exit_to_user_mode()Sven Schnelle-4/+4
2020-12-02entry: Rename enter_from_user_mode()Sven Schnelle-5/+5
2020-12-02entry: Support Syscall User Dispatch on common syscall entryGabriel Krisman Bertazi-0/+25
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi-1/+118
2020-12-01ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)-0/+170
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe-5/+29
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+33
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig-35/+8
2020-12-01block: move the start_sect field to struct block_deviceChristoph Hellwig-8/+3
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig-1/+1
2020-12-01scs: switch to vmapped shadow stacksSami Tolvanen-11/+60
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)-8/+6
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao-1/+1
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao-1/+21
2020-11-30tracing: Fix alignment of static bufferMinchan Kim-1/+1
2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin-1/+1
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi-3/+3
2020-11-30ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)-1/+1
2020-11-30genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier-2/+9
2020-11-30genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier-5/+8
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+27
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-75/+84
2020-11-27Backmerge tag 'v5.10-rc2' into arm/driversArnd Bergmann-52/+44
2020-11-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+2
2020-11-27Merge branch 'for-5.10-pr_cont-fixup' into for-linusPetr Mladek-2/+2
2020-11-27printk: finalize records with trailing newlinesJohn Ogness-2/+2
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar-322/+485
2020-11-27dma-mapping: add benchmark support for streaming DMA APIsBarry Song-0/+371