Age | Commit message (Expand) | Author |
2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-12 | alpha: Fix build around srm_sysrq_reboot_op | Joerg Roedel |
2020-06-12 | alpha: c_next should increase position index | Matt Turner |
2020-06-12 | alpha: Replace sg++ with sg = sg_next(sg) | Xu Wang |
2020-06-12 | alpha: fix memory barriers so that they conform to the specification | Mikulas Patocka |
2020-06-12 | alpha: remove unneeded semicolon in sys_eiger.c | Jason Yan |
2020-06-12 | alpha: remove unneeded semicolon in osf_sys.c | Jason Yan |
2020-06-12 | alpha: Replace strncmp with str_has_prefix | Chuhong Yuan |
2020-06-12 | alpha: fix rtc port ranges | Mikulas Patocka |
2020-06-12 | alpha: Kconfig: pedantic formatting | Enrico Weigelt, metux IT consult |
2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | alpha: add show_stack_loglvl() | Dmitry Safonov |
2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig |
2020-06-08 | alpha: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-06-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds |
2020-06-03 | alpha: simplify detection of memory zone boundaries | Mike Rapoport |
2020-06-03 | mm: free_area_init: use maximal zone PFNs rather than zone sizes | Mike Rapoport |
2020-06-03 | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option | Mike Rapoport |
2020-06-02 | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-01 | Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-05-29 | alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user() | Al Viro |
2020-05-21 | exec: Remove recursion from search_binary_handler | Eric W. Biederman |
2020-05-21 | exec: Move the call of prepare_binprm into search_binary_handler | Eric W. Biederman |
2020-05-15 | alpha: constify sysrq_key_op | Emil Velikov |
2020-05-15 | tty/sysrq: alpha: export and use __sysrq_get_key_op() | Emil Velikov |
2020-05-14 | vfs: add faccessat2 syscall | Miklos Szeredi |
2020-05-12 | floppy: split the base port from the register in I/O accesses | Willy Tarreau |
2020-04-10 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual |
2020-04-10 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual |
2020-04-07 | asm-generic: fix unistd_32.h generation format | Michal Simek |
2020-04-07 | mm: remove dummy struct bootmem_data/bootmem_data_t | Waiman Long |
2020-04-03 | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-04-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu |
2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu |
2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu |
2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada |
2020-03-30 | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-03-30 | alpha: Fix nautilus PCI setup | Ivan Kokshaysky |
2020-03-29 | alpha: Replace setup_irq() by request_irq() | afzal mohammed |