Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-12 | mm/x86: use general page fault accounting | Peter Xu |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu |
2020-08-12 | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid() | Jia He |
2020-08-12 | x86/mm: use max memory block size on bare metal | Daniel Jordan |
2020-08-10 | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport |
2020-08-07 | mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf() | Anshuman Khandual |
2020-08-07 | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() | Anshuman Khandual |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport |
2020-08-07 | x86/mm/64: Do not dereference non-present PGD entries | Joerg Roedel |
2020-08-06 | Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings" | Linus Torvalds |
2020-08-06 | locking/seqlock, headers: Untangle the spaghetti monster | Peter Zijlstra |
2020-08-04 | Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-03 | Merge tag 'x86-mm-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-08-03 | Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-08-01 | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar |
2020-07-27 | x86/mm/64: Make sync_global_pgds() static | Joerg Roedel |
2020-07-27 | x86/mm/64: Do not sync vmalloc/ioremap mappings | Joerg Roedel |
2020-07-27 | x86/mm: Pre-allocate P4D/PUD pages for vmalloc area | Joerg Roedel |
2020-07-26 | Merge branch 'x86/urgent' into x86/cleanups | Ingo Molnar |
2020-07-24 | x86/entry: Cleanup idtentry_enter/exit | Thomas Gleixner |
2020-07-16 | x86/mm/numa: Remove uninitialized_var() usage | Kees Cook |
2020-07-07 | kbuild: remove cc-option test of -fno-stack-protector | Masahiro Yamada |
2020-07-06 | x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit() | Andy Lutomirski |
2020-06-29 | x86/mm/pat: Mark an intentional data race | Qian Cai |
2020-06-18 | maccess: rename probe_kernel_address to get_kernel_nofault | Christoph Hellwig |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig |
2020-06-17 | x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.c | Benjamin Thiel |
2020-06-13 | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-06-12 | x86/entry: Treat BUG/WARN as NMI-like entries | Andy Lutomirski |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner |
2020-06-11 | x86/entry: Unbreak __irqentry_text_start/end magic | Thomas Gleixner |
2020-06-11 | x86/idt: Consolidate idt functionality | Thomas Gleixner |
2020-06-11 | x86/entry: Remove DBn stacks | Peter Zijlstra |
2020-06-11 | x86/entry: Switch page fault exception to IDTENTRY_RAW | Thomas Gleixner |
2020-06-11 | x86/entry: Convert Invalid Opcode exception to IDTENTRY | Thomas Gleixner |
2020-06-11 | x86/traps: Make interrupt enable/disable symmetric in C code | Thomas Gleixner |
2020-06-09 | maccess: always use strict semantics for probe_kernel_read | Christoph Hellwig |
2020-06-09 | maccess: unify the probe kernel arch hooks | Christoph Hellwig |
2020-06-09 | maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault | Christoph Hellwig |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: rename mmap_sem to mmap_lock | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport |
2020-06-09 | x86/mm: simplify init_trampoline() and surrounding logic | Mike Rapoport |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |