Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | block: pass no-op callback to INIT_WORK(). | Tetsuo Handa | 2019-01-30 | 1 | -1/+5 | |
| | * | | | | | | | | | Merge branch 'md-fixes' of https://github.com/liu-song-6/linux into for-linus | Jens Axboe | 2019-01-29 | 2 | -13/+28 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | md/raid5: fix 'out of memory' during raid cache recovery | Alexei Naberezhnov | 2019-01-28 | 2 | -13/+28 | |
| * | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-02-02 | 6 | -27/+29 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | scsi: 53c700: pass correct "dev" to dma_alloc_attrs() | Dan Carpenter | 2019-01-29 | 1 | -1/+1 | |
| | * | | | | | | | | | | scsi: bnx2fc: Fix error handling in probe() | Dan Carpenter | 2019-01-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | scsi: scsi_debug: fix write_same with virtual_gb problem | Douglas Gilbert | 2019-01-29 | 1 | -20/+21 | |
| | * | | | | | | | | | | scsi: libfc: free skb when receiving invalid flogi resp | Ming Lu | 2019-01-29 | 1 | -3/+3 | |
| | * | | | | | | | | | | scsi: zfcp: fix sysfs block queue limit output for max_segment_size | Steffen Maier | 2019-01-29 | 2 | -1/+2 | |
| * | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-02-02 | 38 | -74/+304 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | autofs: fix error return in autofs_fill_super() | Ian Kent | 2019-02-01 | 1 | -1/+3 | |
| | * | | | | | | | | | | autofs: drop dentry reference only when it is never used | Pan Bian | 2019-02-01 | 1 | -1/+2 | |
| | * | | | | | | | | | | fs/drop_caches.c: avoid softlockups in drop_pagecache_sb() | Jan Kara | 2019-02-01 | 1 | -1/+7 | |
| | * | | | | | | | | | | mm: migrate: don't rely on __PageMovable() of newpage after unlocking it | David Hildenbrand | 2019-02-01 | 1 | -2/+5 | |
| | * | | | | | | | | | | psi: clarify the Kconfig text for the default-disable option | Johannes Weiner | 2019-02-01 | 1 | -0/+11 | |
| | * | | | | | | | | | | mm, memory_hotplug: __offline_pages fix wrong locking | Michal Hocko | 2019-02-01 | 1 | -2/+0 | |
| | * | | | | | | | | | | mm: hwpoison: use do_send_sig_info() instead of force_sig() | Naoya Horiguchi | 2019-02-01 | 1 | -1/+2 | |
| | * | | | | | | | | | | kasan: mark file common so ftrace doesn't trace it | Anders Roxell | 2019-02-01 | 1 | -0/+1 | |
| | * | | | | | | | | | | init/Kconfig: fix grammar by moving a closing parenthesis | Jonathan Neuschäfer | 2019-02-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | lib/test_kmod.c: potential double free in error handling | Dan Carpenter | 2019-02-01 | 1 | -1/+1 | |
| | * | | | | | | | | | | mm, oom: fix use-after-free in oom_kill_process | Shakeel Butt | 2019-02-01 | 1 | -0/+8 | |
| | * | | | | | | | | | | mm/hotplug: invalid PFNs from pfn_to_online_page() | Qian Cai | 2019-02-01 | 1 | -8/+10 | |
| | * | | | | | | | | | | mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages | Oscar Salvador | 2019-02-01 | 1 | -16/+20 | |
| | * | | | | | | | | | | psi: fix aggregation idle shut-off | Johannes Weiner | 2019-02-01 | 3 | -5/+45 | |
| | * | | | | | | | | | | mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone | Mikhail Zaslonko | 2019-02-01 | 1 | -0/+3 | |
| | * | | | | | | | | | | mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone | Michal Hocko | 2019-02-01 | 1 | -1/+2 | |
| | * | | | | | | | | | | oom, oom_reaper: do not enqueue same task twice | Tetsuo Handa | 2019-02-01 | 2 | -2/+3 | |
| | * | | | | | | | | | | mm: migrate: make buffer_migrate_page_norefs() actually succeed | Jan Kara | 2019-02-01 | 1 | -5/+0 | |
| | * | | | | | | | | | | kernel/exit.c: release ptraced tasks before zap_pid_ns_processes | Andrei Vagin | 2019-02-01 | 1 | -2/+10 | |
| | * | | | | | | | | | | x86_64: increase stack size for KASAN_EXTRA | Qian Cai | 2019-02-01 | 1 | -0/+4 | |
| | * | | | | | | | | | | mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT | Andrea Arcangeli | 2019-02-01 | 1 | -1/+2 | |
| | * | | | | | | | | | | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada | 2019-02-01 | 14 | -7/+7 | |
| | * | | | | | | | | | | proc: fix /proc/net/* after setns(2) | Alexey Dobriyan | 2019-02-01 | 6 | -1/+155 | |
| | * | | | | | | | | | | mm, memory_hotplug: don't bail out in do_migrate_range() prematurely | Oscar Salvador | 2019-02-01 | 1 | -16/+2 | |
| * | | | | | | | | | | | Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2019-02-01 | 12 | -42/+73 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | xtensa: SMP: limit number of possible CPUs by NR_CPUS | Max Filippov | 2019-01-27 | 1 | -0/+5 | |
| | * | | | | | | | | | | | xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCE | Corentin Labbe | 2019-01-26 | 7 | -9/+9 | |
| | * | | | | | | | | | | | xtensa: Fix typo use space=>user space | Corentin Labbe | 2019-01-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | | drivers/irqchip: xtensa-mx: fix mask and unmask | Max Filippov | 2019-01-26 | 1 | -14/+20 | |
| | * | | | | | | | | | | | drivers/irqchip: xtensa: add warning to irq_retrigger | Max Filippov | 2019-01-26 | 2 | -2/+10 | |
| | * | | | | | | | | | | | xtensa: SMP: mark each possible CPU as present | Max Filippov | 2019-01-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | | xtensa: smp_lx200_defconfig: fix vectors clash | Max Filippov | 2019-01-26 | 1 | -0/+1 | |
| | * | | | | | | | | | | | xtensa: SMP: fix secondary CPU initialization | Max Filippov | 2019-01-26 | 2 | -14/+25 | |
| | * | | | | | | | | | | | xtensa: SMP: fix ccount_timer_shutdown | Max Filippov | 2019-01-24 | 1 | -1/+1 | |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2019-02-01 | 5 | -5/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | arm64: hibernate: Clean the __hyp_text to PoC after resume | James Morse | 2019-02-01 | 1 | -1/+3 | |
| | * | | | | | | | | | | | arm64: hyp-stub: Forbid kprobing of the hyp-stub | James Morse | 2019-02-01 | 1 | -0/+2 | |
| | * | | | | | | | | | | | arm64: kprobe: Always blacklist the KVM world-switch code | James Morse | 2019-02-01 | 1 | -3/+3 | |
| | * | | | | | | | | | | | arm64: kaslr: ensure randomized quantities are clean also when kaslr is off | Ard Biesheuvel | 2019-02-01 | 1 | -0/+1 | |
| | * | | | | | | | | | | | arm64: Do not issue IPIs for user executable ptes | Catalin Marinas | 2019-02-01 | 1 | -1/+5 | |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | |