Age | Commit message (Expand) | Author | Files | Lines |
2020-08-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiHEADmaster | Linus Torvalds | 17 | -98/+165 |
2020-08-14 | Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 21 | -44/+56 |
2020-08-14 | Merge tag 'sound-fix-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -12/+92 |
2020-08-14 | dma-debug: remove debug_dma_assert_idle() function | Linus Torvalds | 4 | -58/+1 |
2020-08-14 | dma-debug: fix debug_dma_assert_idle(), use rcu_read_lock() | Hugh Dickins | 1 | -18/+9 |
2020-08-14 | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 15 | -16/+84 |
2020-08-14 | Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -25/+223 |
2020-08-14 | Merge tag 'irq-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -4/+11 |
2020-08-14 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 10 | -58/+145 |
2020-08-14 | Merge tag 'powerpc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -9/+8 |
2020-08-14 | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 27 | -1143/+397 |
2020-08-14 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -8/+16 |
2020-08-14 | x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task | Eric Dumazet | 1 | -1/+1 |
2020-08-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -12/+1 |
2020-08-14 | Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -41/+47 |
2020-08-14 | Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 8 | -243/+218 |
2020-08-14 | kconfig: qconf: move setOptionMode() to ConfigList from ConfigView | Masahiro Yamada | 2 | -28/+27 |
2020-08-14 | kconfig: qconf: do not limit the pop-up menu to the first row | Masahiro Yamada | 1 | -34/+34 |
2020-08-14 | kconfig: qconf: refactor icon setups | Masahiro Yamada | 2 | -14/+27 |
2020-08-14 | kconfig: qconf: remove unused voidPix, menuInvPix | Masahiro Yamada | 2 | -2/+2 |
2020-08-14 | kconfig: qconf: remove ConfigItem::text/setText | Masahiro Yamada | 1 | -8/+0 |
2020-08-14 | kconfig: qconf: remove ConfigList::addColumn/removeColumn | Masahiro Yamada | 2 | -19/+11 |
2020-08-14 | kconfig: qconf: remove ConfigItem::pixmap/setPixmap | Masahiro Yamada | 2 | -19/+11 |
2020-08-14 | kconfig: qconf: drop more localization code | Masahiro Yamada | 1 | -8/+3 |
2020-08-14 | kconfig: qconf: remove 'parent' from ConfigList::updateMenuList() | Masahiro Yamada | 2 | -10/+10 |
2020-08-14 | kconfig: qconf: remove unused argument from ConfigView::updateList() | Masahiro Yamada | 2 | -5/+5 |
2020-08-14 | kconfig: qconf: remove unused argument from ConfigList::updateList() | Masahiro Yamada | 2 | -5/+5 |
2020-08-14 | kconfig: qconf: omit parent to QHBoxLayout() | Masahiro Yamada | 1 | -1/+2 |
2020-08-14 | kconfig: qconf: remove name from ConfigSearchWindow constructor | Masahiro Yamada | 2 | -24/+22 |
2020-08-14 | kconfig: qconf: remove unused ConfigList::listView() | Masahiro Yamada | 1 | -4/+0 |
2020-08-14 | kconfig: qconf: overload addToolBar() to create and insert toolbar | Masahiro Yamada | 1 | -3/+1 |
2020-08-14 | kconfig: qconf: remove toolBar from ConfigMainWindow members | Masahiro Yamada | 2 | -2/+1 |
2020-08-14 | kconfig: qconf: use 'menu' variable for (QMenu *) | Masahiro Yamada | 1 | -21/+20 |
2020-08-14 | kconfig: qconf: do not use 'menu' variable for (QMenuBar *) | Masahiro Yamada | 1 | -6/+5 |
2020-08-14 | kconfig: qconf: remove ->addSeparator() to menuBar | Masahiro Yamada | 1 | -1/+0 |
2020-08-14 | kconfig: add 'static' to some file-local data | Masahiro Yamada | 2 | -5/+11 |
2020-08-14 | kconfig: qconf: Fix mouse events in search view | Maxime Chretien | 1 | -2/+3 |
2020-08-14 | kconfig: constify XPM data | Masahiro Yamada | 2 | -30/+30 |
2020-08-14 | Revert "checkpatch: kconfig: prefer 'help' over '---help---'" | Masahiro Yamada | 1 | -5/+1 |
2020-08-14 | kconfig: remove '---help---' support | Masahiro Yamada | 2 | -2/+2 |
2020-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 66 | -350/+494 |
2020-08-13 | Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 41 | -250/+409 |
2020-08-13 | net: openvswitch: introduce common code for flushing flows | Tonghao Zhang | 3 | -21/+27 |
2020-08-13 | af_packet: TPACKET_V3: fix fill status rwlock imbalance | John Ogness | 1 | -2/+7 |
2020-08-13 | random32: add a tracepoint for prandom_u32() | Eric Dumazet | 2 | -0/+19 |
2020-08-13 | Merge tag 'docs-5.9-2' of git://git.lwn.net/linux | Linus Torvalds | 18 | -379/+105 |
2020-08-13 | Documentation/locking/locktypes: fix the typo | Huang Shijie | 1 | -1/+1 |
2020-08-13 | Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 12 | -46/+59 |
2020-08-13 | Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 9 | -25/+65 |
2020-08-13 | Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 15 | -19/+21 |
2020-08-13 | Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -116/+121 |
2020-08-13 | mm: memcontrol: fix warning when allocating the root cgroup | Johannes Weiner | 1 | -6/+0 |
2020-08-13 | drm/xen-front: Pass dumb buffer data offset to the backend | Oleksandr Andrushchenko | 3 | -4/+7 |
2020-08-13 | xen: Sync up with the canonical protocol definition in Xen | Oleksandr Andrushchenko | 1 | -3/+88 |
2020-08-13 | drm/xen-front: Add YUYV to supported formats | Oleksandr Andrushchenko | 1 | -0/+1 |
2020-08-13 | drm/xen-front: Fix misused IS_ERR_OR_NULL checks | Oleksandr Andrushchenko | 3 | -7/+7 |
2020-08-13 | xen/gntdev: Fix dmabuf import with non-zero sgt offset | Oleksandr Andrushchenko | 1 | -0/+8 |
2020-08-13 | ALSA: echoaudio: Fix potential Oops in snd_echo_resume() | Dinghao Liu | 1 | -2/+0 |
2020-08-13 | genirq: Unlock irq descriptor after errors | Guenter Roeck | 1 | -2/+5 |
2020-08-13 | crypto: algif_aead - fix uninitialized ctx->init | Ondrej Mosnacek | 2 | -12/+1 |
2020-08-12 | Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 15 | -218/+244 |
2020-08-12 | Revert "ipv4: tunnel: fix compilation on ARCH=um" | David S. Miller | 1 | -1/+0 |
2020-08-12 | net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpus | Eric Dumazet | 1 | -5/+7 |
2020-08-12 | Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x' | David S. Miller | 2 | -0/+4 |
2020-08-12 | net: ethernet: stmmac: Disable hardware multicast filter | Jonathan McDowell | 1 | -0/+1 |
2020-08-12 | net: stmmac: dwmac1000: provide multicast filter fallback | Jonathan McDowell | 1 | -0/+3 |
2020-08-12 | i2c: iproc: fix race between client unreg and isr | Dhananjay Phadke | 1 | -1/+12 |
2020-08-12 | ipv4: tunnel: fix compilation on ARCH=um | Johannes Berg | 1 | -0/+1 |
2020-08-12 | vsock: fix potential null pointer dereference in vsock_poll() | Stefano Garzarella | 1 | -1/+1 |
2020-08-12 | sfc: fix ef100 design-param checking | Edward Cree | 1 | -1/+2 |
2020-08-12 | Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 25 | -136/+511 |
2020-08-12 | Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -8/+70 |
2020-08-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 83 | -2636/+3479 |
2020-08-12 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 82 | -871/+4778 |
2020-08-12 | Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds | 62 | -210/+1032 |
2020-08-12 | Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 5 | -193/+282 |
2020-08-12 | Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 84 | -382/+903 |
2020-08-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 264 | -1437/+2357 |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 18 | -87/+69 |
2020-08-12 | mm: clean up the last pieces of page fault accountings | Peter Xu | 4 | -29/+10 |
2020-08-12 | mm/xtensa: use general page fault accounting | Peter Xu | 1 | -11/+4 |
2020-08-12 | mm/x86: use general page fault accounting | Peter Xu | 1 | -15/+2 |
2020-08-12 | mm/sparc64: use general page fault accounting | Peter Xu | 1 | -10/+1 |
2020-08-12 | mm/sparc32: use general page fault accounting | Peter Xu | 1 | -10/+1 |
2020-08-12 | mm/sh: use general page fault accounting | Peter Xu | 1 | -10/+1 |
2020-08-12 | mm/s390: use general page fault accounting | Peter Xu | 1 | -15/+1 |
2020-08-12 | mm/riscv: use general page fault accounting | Peter Xu | 1 | -15/+1 |
2020-08-12 | mm/powerpc: use general page fault accounting | Peter Xu | 1 | -8/+3 |
2020-08-12 | mm/parisc: use general page fault accounting | Peter Xu | 1 | -5/+3 |
2020-08-12 | mm/openrisc: use general page fault accounting | Peter Xu | 1 | -5/+4 |
2020-08-12 | mm/nios2: use general page fault accounting | Peter Xu | 1 | -10/+4 |
2020-08-12 | mm/nds32: use general page fault accounting | Peter Xu | 1 | -16/+3 |
2020-08-12 | mm/mips: use general page fault accounting | Peter Xu | 1 | -11/+3 |
2020-08-12 | mm/microblaze: use general page fault accounting | Peter Xu | 1 | -5/+4 |
2020-08-12 | mm/m68k: use general page fault accounting | Peter Xu | 1 | -10/+4 |
2020-08-12 | mm/ia64: use general page fault accounting | Peter Xu | 1 | -5/+4 |
2020-08-12 | mm/hexagon: use general page fault accounting | Peter Xu | 1 | -5/+4 |
2020-08-12 | mm/csky: use general page fault accounting | Peter Xu | 1 | -11/+1 |
2020-08-12 | mm/arm64: use general page fault accounting | Peter Xu | 1 | -23/+6 |
2020-08-12 | mm/arm: use general page fault accounting | Peter Xu | 1 | -19/+6 |
2020-08-12 | mm/arc: use general page fault accounting | Peter Xu | 1 | -15/+3 |
2020-08-12 | mm/alpha: use general page fault accounting | Peter Xu | 1 | -5/+3 |
2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 31 | -34/+103 |
2020-08-12 | mm/gup: use a standard migration target allocation callback | Joonsoo Kim | 1 | -48/+6 |
2020-08-12 | mm/hugetlb: make hugetlb migration callback CMA aware | Joonsoo Kim | 3 | -9/+10 |
2020-08-12 | mm/gup: restrict CMA region by using allocation scope API | Joonsoo Kim | 2 | -9/+10 |
2020-08-12 | mm/page_alloc: remove a wrapper for alloc_migration_target() | Joonsoo Kim | 2 | -12/+6 |
2020-08-12 | mm/mempolicy: use a standard migration target allocation callback | Joonsoo Kim | 3 | -28/+12 |
2020-08-12 | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim | 7 | -22/+61 |
2020-08-12 | mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit... | Joonsoo Kim | 1 | -0/+5 |
2020-08-12 | mm/hugetlb: unify migration callbacks | Joonsoo Kim | 4 | -49/+33 |
2020-08-12 | mm/migrate: move migration helper from .h to .c | Joonsoo Kim | 2 | -28/+34 |
2020-08-12 | mm/page_isolation: prefer the node of the source page | Joonsoo Kim | 1 | -1/+3 |
2020-08-12 | ipc/shm.c: remove the superfluous break | Liao Pingfang | 1 | -1/+0 |
2020-08-12 | ipc: uninline functions | Alexey Dobriyan | 2 | -4/+2 |
2020-08-12 | scripts/gdb: fix python 3.8 SyntaxWarning | Nick Desaulniers | 1 | -2/+2 |
2020-08-12 | kcov: make some symbols static | Wei Yongjun | 1 | -3/+3 |
2020-08-12 | kcov: unconditionally add -fno-stack-protector to compiler options | Marco Elver | 1 | -1/+1 |
2020-08-12 | panic: make print_oops_end_marker() static | Yue Hu | 2 | -2/+1 |
2020-08-12 | lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT | Tiezhu Yang | 1 | -1/+1 |
2020-08-12 | kernel/panic.c: make oops_may_print() return bool | Tiezhu Yang | 2 | -2/+2 |
2020-08-12 | rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user() | Gustavo A. R. Silva | 1 | -2/+2 |
2020-08-12 | drivers/rapidio/rio-scan.c: use struct_size() helper | Gustavo A. R. Silva | 1 | -5/+3 |
2020-08-12 | drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+1 |
2020-08-12 | kdump: append kernel build-id string to VMCOREINFO | Vijay Balakrishna | 2 | -0/+56 |
2020-08-12 | exec: move path_noexec() check earlier | Kees Cook | 2 | -8/+8 |
2020-08-12 | exec: move S_ISREG() check earlier | Kees Cook | 3 | -10/+16 |
2020-08-12 | exec: change uselib(2) IS_SREG() failure to EACCES | Kees Cook | 1 | -2/+1 |
2020-08-12 | coredump: add %f for executable filename | Lepton Wu | 2 | -5/+15 |
2020-08-12 | test_kmod: avoid potential double free in trigger_config_run_type() | Tiezhu Yang | 1 | -1/+1 |
2020-08-12 | kmod: remove redundant "be an" in the comment | Tiezhu Yang | 1 | -3/+2 |
2020-08-12 | selftests: kmod: use variable NAME in kmod_test_0001() | Tiezhu Yang | 1 | -2/+2 |
2020-08-12 | fs/signalfd.c: fix inconsistent return codes for signalfd4 | Helge Deller | 1 | -4/+6 |
2020-08-12 | fat: fix fat_ra_init() for data clusters == 0 | OGAWA Hirofumi | 1 | -0/+3 |
2020-08-12 | VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-08-12 | fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes | Yubo Feng | 1 | -2/+2 |
2020-08-12 | fs/ufs: avoid potential u32 multiplication overflow | Colin Ian King | 1 | -1/+1 |
2020-08-12 | nilfs2: use a more common logging style | Joe Perches | 20 | -251/+239 |
2020-08-12 | nilfs2: convert __nilfs_msg to integrate the level and format | Joe Perches | 2 | -10/+15 |
2020-08-12 | nilfs2: only call unlock_new_inode() if I_NEW | Eric Biggers | 1 | -1/+2 |
2020-08-12 | fs/minix: remove expected error message in block_to_path() | Eric Biggers | 2 | -12/+12 |
2020-08-12 | fs/minix: fix block limit check for V1 filesystems | Eric Biggers | 1 | -1/+1 |
2020-08-12 | fs/minix: set s_maxbytes correctly | Eric Biggers | 4 | -9/+9 |
2020-08-12 | fs/minix: reject too-large maximum file size | Eric Biggers | 1 | -2/+20 |
2020-08-12 | fs/minix: don't allow getting deleted inodes | Eric Biggers | 1 | -0/+14 |
2020-08-12 | fs/minix: check return value of sb_getblk() | Eric Biggers | 1 | -1/+7 |
2020-08-12 | autofs: fix doubled word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | checkpatch: remove missing switch/case break test | Joe Perches | 1 | -25/+0 |
2020-08-12 | checkpatch: add test for repeated words | Joe Perches | 1 | -0/+38 |
2020-08-12 | checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing | Quentin Monnet | 1 | -9/+12 |
2020-08-12 | checkpatch: add --fix option for ASSIGN_IN_IF | Joe Perches | 1 | -2/+24 |
2020-08-12 | checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_ | Joe Perches | 1 | -0/+6 |
2020-08-12 | lib/test_bits.c: add tests of GENMASK | Rikard Falkeborn | 3 | -0/+87 |
2020-08-12 | kstrto*: do not describe simple_strto*() as obsolete/replaced | Kars Mulder | 2 | -10/+6 |
2020-08-12 | kstrto*: correct documentation references to simple_strto*() | Kars Mulder | 2 | -6/+6 |
2020-08-12 | lib/: replace HTTP links with HTTPS ones | Alexander A. Klimov | 13 | -15/+15 |
2020-08-12 | lib/test_lockup.c: fix return value of test_lockup_init() | Tiezhu Yang | 1 | -2/+2 |
2020-08-12 | lib/Kconfig.debug: make TEST_LOCKUP depend on module | Tiezhu Yang | 1 | -0/+1 |
2020-08-12 | lib/test_lockup.c: make symbol 'test_works' static | Wei Yongjun | 1 | -1/+1 |
2020-08-12 | lib/test_bitops: do the full test during module init | Geert Uytterhoeven | 1 | -8/+10 |
2020-08-12 | lib/generic-radix-tree.c: remove unneeded __rcu | Luc Van Oostenryck | 1 | -1/+1 |
2020-08-12 | lib/test_bitmap.c: add test for bitmap_cut() | Stefano Brivio | 1 | -0/+58 |
2020-08-12 | lib/bitmap.c: fix bitmap_cut() for partial overlapping case | Stefano Brivio | 1 | -2/+2 |
2020-08-12 | sparse: group the defines by functionality | Luc Van Oostenryck | 1 | -19/+25 |
2020-08-12 | include/linux/poison.h: remove obsolete comment | Matthew Wilcox | 1 | -4/+0 |
2020-08-12 | include/: replace HTTP links with HTTPS ones | Alexander A. Klimov | 30 | -30/+30 |
2020-08-12 | kernel.h: remove duplicate include of asm/div64.h | Arvind Sankar | 1 | -1/+0 |
2020-08-12 | ./Makefile: add debug option to enable function aligned on 32 bytes | Feng Tang | 2 | -0/+15 |
2020-08-12 | kernel: add a kernel_wait helper | Christoph Hellwig | 3 | -25/+21 |
2020-08-12 | include/linux/xz.h: drop duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | include/linux/async_tx.h: drop duplicated word in a comment | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | include/linux/exportfs.h: drop duplicated word in a comment | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | include/linux/compiler-clang.h: drop duplicated word in a comment | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | alpha: fix annotation of io{read,write}{16,32}be() | Luc Van Oostenryck | 1 | -4/+4 |
2020-08-12 | exec: use force_uaccess_begin during exec and exit | Christoph Hellwig | 2 | -2/+7 |
2020-08-12 | uaccess: add force_uaccess_{begin,end} helpers | Christoph Hellwig | 12 | -56/+63 |
2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig | 24 | -32/+25 |
2020-08-12 | riscv: include <asm/pgtable.h> in <asm/uaccess.h> | Christoph Hellwig | 1 | -0/+2 |
2020-08-12 | nds32: use uaccess_kernel in show_regs | Christoph Hellwig | 1 | -1/+1 |
2020-08-12 | syscalls: use uaccess_kernel in addr_limit_user_check | Christoph Hellwig | 2 | -1/+3 |
2020-08-12 | mm/zsmalloc.c: fix duplicated words | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/zpool.c: delete duplicated word and fix grammar | Randy Dunlap | 1 | -4/+4 |
2020-08-12 | mm/vmscan.c: delete or fix duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/usercopy.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/slab_common.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/shmem.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/page_alloc.c: delete or fix duplicated words | Randy Dunlap | 1 | -3/+3 |
2020-08-12 | mm/nommu.c: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/migrate.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/memory.c: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/memcontrol.c: delete duplicated words | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/hugetlb.c: delete duplicated words | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | mm/hmm.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/filemap.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | mm/compaction.c: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | sparc: drop unused MAX_PHYSADDR_BITS | Arvind Sankar | 1 | -1/+0 |
2020-08-12 | sh/mm: drop unused MAX_PHYSADDR_BITS | Arvind Sankar | 1 | -3/+1 |
2020-08-12 | include/linux/memcontrol.h: drop duplicate word and fix spello | Randy Dunlap | 1 | -2/+2 |
2020-08-12 | include/linux/frontswap.h: drop duplicated word in a comment | Randy Dunlap | 1 | -1/+1 |
2020-08-12 | include/linux/highmem.h: fix duplicated words in a comment | Randy Dunlap | 1 | -1/+1 |