Age | Commit message (Expand) | Author | Files | Lines |
2021-09-19 | alpha: enable GENERIC_PCI_IOMAP unconditionally | Linus Torvalds | 1 | -1/+1 |
2021-09-18 | alpha: move __udiv_qrnnd library function to arch/alpha/lib/ | Linus Torvalds | 5 | -3/+5 |
2021-09-18 | alpha: mark 'Jensen' platform as no longer broken | Linus Torvalds | 2 | -6/+5 |
2021-09-18 | alpha: make 'Jensen' IO functions build again | Linus Torvalds | 2 | -5/+5 |
2021-09-16 | alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile | Guenter Roeck | 1 | -3/+3 |
2021-09-15 | alpha: Use absolute_pointer to define COMMAND_LINE | Guenter Roeck | 1 | -1/+1 |
2021-09-15 | alpha: Move setup.h out of uapi | Guenter Roeck | 2 | -39/+46 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -6/+10 |
2021-09-08 | alpha: pci-sysfs: fix all kernel-doc warnings | Randy Dunlap | 1 | -4/+8 |
2021-09-08 | alpha: agp: make empty macros use do-while-0 style | Randy Dunlap | 1 | -2/+2 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+2 |
2021-09-03 | mm: wire up syscall process_mrelease | Suren Baghdasaryan | 1 | -0/+2 |
2021-09-02 | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -3/+7 |
2021-09-01 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
2021-09-01 | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2021-09-01 | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 5 | -20/+18 |
2021-09-01 | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+4 |
2021-08-09 | alpha: return error code from alpha_pci_map_sg() | Martin Oliveira | 1 | -3/+7 |
2021-08-09 | Merge 5.14-rc5 into tty-next | Greg Kroah-Hartman | 15 | -31/+31 |
2021-08-04 | sock: allow reading and changing sk_userlocks with setsockopt | Pavel Tikhomirov | 1 | -0/+2 |
2021-07-30 | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2021-07-30 | arch: Kconfig: clean up obsolete use of HAVE_IDE | Lukas Bulwahn | 1 | -1/+0 |
2021-07-30 | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols | Arnd Bergmann | 1 | -2/+0 |
2021-07-28 | alpha: register early reserved memory in memblock | Mike Rapoport | 1 | -6/+7 |
2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -1/+1 |
2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -3/+3 |
2021-07-25 | alpha: fix spelling mistakes | gushengxian | 5 | -6/+6 |
2021-07-25 | alpha: Remove space between * and parameter name | gushengxian | 1 | -1/+1 |
2021-07-25 | alpha: fp_emul: avoid init/cleanup_module names | Arnd Bergmann | 1 | -2/+4 |
2021-07-25 | alpha: Add syscall_get_return_value() | He Zhe | 1 | -0/+6 |
2021-07-25 | alpha: fix typos in a comment | tangchunyou | 1 | -1/+1 |
2021-07-25 | alpha: defconfig: add necessary configs for boot testing | Corentin Labbe | 1 | -0/+1 |
2021-07-25 | alpha: Send stop IPI to send to online CPUs | Prarit Bhargava | 1 | -1/+1 |
2021-07-25 | alpha: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
2021-07-25 | alpha: remove undef inline in compiler.h | Chen Li | 1 | -11/+0 |
2021-07-25 | alpha: Kconfig: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2021-07-25 | alpha: __udiv_qrnnd should be exported | Corentin Labbe | 1 | -0/+2 |
2021-07-23 | signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK | Eric W. Biederman | 5 | -20/+18 |
2021-07-12 | exit/bdflush: Remove the deprecated bdflush system call | Eric W. Biederman | 1 | -1/+1 |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -2/+3 |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V | 1 | -3/+5 |
2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -8/+1 |
2021-07-02 | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -12/+0 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -7/+5 |
2021-07-01 | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -1/+1 |
2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 1 | -1/+0 |
2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 1 | -1/+0 |
2021-06-30 | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables | David Hildenbrand | 1 | -0/+3 |
2021-06-30 | mm: generalize ZONE_[DMA|DMA32] | Kefeng Wang | 1 | -4/+1 |