| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2019-02-21 | 3 | -9/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | arm64: Relax GIC version check during early boot | Vladimir Murzin | 2019-02-20 | 1 | -2/+1 |
| | * | | | | | | | | | | | | | | | | | | | | | arm64/neon: Disable -Wincompatible-pointer-types when building with Clang | Nathan Chancellor | 2019-02-18 | 1 | -0/+4 |
| | * | | | | | | | | | | | | | | | | | | | | | arm64: fix SSBS sanitization | Mark Rutland | 2019-02-18 | 1 | -7/+8 |
| | |/ / / / / / / / / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-02-21 | 20 | -82/+140 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | mm, memory_hotplug: fix off-by-one in is_pageblock_removable | Michal Hocko | 2019-02-21 | 1 | -12/+15 |
| | * | | | | | | | | | | | | | | | | | | | | mm: don't let userspace spam allocations warnings | Daniel Vetter | 2019-02-21 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS | Qian Cai | 2019-02-21 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | kasan, slab: remove redundant kasan_slab_alloc hooks | Andrey Konovalov | 2019-02-21 | 1 | -2/+0 |
| | * | | | | | | | | | | | | | | | | | | | | kasan, slab: make freelist stored without tags | Andrey Konovalov | 2019-02-21 | 1 | -2/+9 |
| | * | | | | | | | | | | | | | | | | | | | | kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY | Andrey Konovalov | 2019-02-21 | 1 | -0/+2 |
| | * | | | | | | | | | | | | | | | | | | | | kasan: prevent tracing of tags.c | Andrey Konovalov | 2019-02-21 | 1 | -0/+2 |
| | * | | | | | | | | | | | | | | | | | | | | kasan: fix random seed generation for tag-based mode | Andrey Konovalov | 2019-02-21 | 3 | -3/+4 |
| | * | | | | | | | | | | | | | | | | | | | | tmpfs: fix link accounting when a tmpfile is linked in | Darrick J. Wong | 2019-02-21 | 1 | -3/+7 |
| | * | | | | | | | | | | | | | | | | | | | | psi: avoid divide-by-zero crash inside virtual machines | Johannes Weiner | 2019-02-21 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | mm: handle lru_add_drain_all for UP properly | Michal Hocko | 2019-02-21 | 1 | -7/+10 |
| | * | | | | | | | | | | | | | | | | | | | | mm, page_alloc: fix a division by zero error when boosting watermarks v2 | Mel Gorman | 2019-02-21 | 1 | -0/+12 |
| | * | | | | | | | | | | | | | | | | | | | | mm/debug.c: fix __dump_page() for poisoned pages | Robin Murphy | 2019-02-21 | 1 | -1/+3 |
| | * | | | | | | | | | | | | | | | | | | | | proc, oom: do not report alien mms when setting oom_score_adj | Michal Hocko | 2019-02-21 | 1 | -4/+0 |
| | * | | | | | | | | | | | | | | | | | | | | slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS | Qian Cai | 2019-02-21 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | | | | | | | kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENED | Andrey Konovalov | 2019-02-21 | 1 | -1/+12 |
| | * | | | | | | | | | | | | | | | | | | | | kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED | Andrey Konovalov | 2019-02-21 | 1 | -13/+7 |
| | * | | | | | | | | | | | | | | | | | | | | kasan, slub: move kasan_poison_slab hook before page_address | Andrey Konovalov | 2019-02-21 | 1 | -4/+15 |
| | * | | | | | | | | | | | | | | | | | | | | kmemleak: account for tagged pointers when calculating pointer range | Andrey Konovalov | 2019-02-21 | 4 | -3/+10 |
| | * | | | | | | | | | | | | | | | | | | | | kasan, kmemleak: pass tagged pointers to kmemleak | Andrey Konovalov | 2019-02-21 | 3 | -6/+5 |
| | * | | | | | | | | | | | | | | | | | | | | kasan: fix assigning tags twice | Andrey Konovalov | 2019-02-21 | 1 | -12/+17 |
| | * | | | | | | | | | | | | | | | | | | | | numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES | Ralph Campbell | 2019-02-21 | 1 | -3/+3 |
| | * | | | | | | | | | | | | | | | | | | | | revert "initramfs: cleanup incomplete rootfs" | Andrew Morton | 2019-02-21 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'docs-5.0-fix' of git://git.lwn.net/linux | Linus Torvalds | 2019-02-20 | 3 | -73/+78 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | Documentation: change linux-4.x references to 5.x | Arnd Bergmann | 2019-02-17 | 3 | -73/+78 |
| | | |_|/ / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | Merge tag 'sound-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2019-02-20 | 4 | -4/+56 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'asoc-fix-v5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Takashi Iwai | 2019-02-19 | 3 | -3/+15 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | | | | | | ASoC: simple-card: fixup refcount_t underflow | Kuninori Morimoto | 2019-02-18 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | | | | | | | | ASoC: topology: free created components in tplg load error | Bard liao | 2019-02-18 | 1 | -1/+7 |
| | | * | | | | | | | | | | | | | | | | | | | | ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI | Sylwester Nawrocki | 2019-02-12 | 1 | -1/+7 |
| | * | | | | | | | | | | | | | | | | | | | | | ALSA: hda/realtek: Disable PC beep in passthrough on alc285 | Hui Wang | 2019-02-14 | 1 | -1/+13 |
| | * | | | | | | | | | | | | | | | | | | | | | ALSA: hda/realtek - Headset microphone and internal speaker support for Syste... | Jeremy Soller | 2019-02-14 | 1 | -0/+28 |
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pinctrl-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2019-02-20 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins | Martin Blumenstingl | 2019-02-17 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | | | pinctrl: qcom: qcs404: Correct SDC tile | Bjorn Andersson | 2019-02-11 | 1 | -1/+1 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'gpio-v5.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2019-02-20 | 2 | -10/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2 | Lubomir Rintel | 2019-02-14 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | | | | | | | | | gpio: MT7621: use a per instance irq_chip structure | René van Dorst | 2019-02-08 | 1 | -10/+10 |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'mtd/fixes-for-5.0-rc8' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2019-02-20 | 2 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | mtd: powernv_flash: Fix device registration error | Aneesh Kumar K.V | 2019-02-13 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | | | mtd: Use mtd->name when registering nvmem device | Aneesh Kumar K.V | 2019-02-13 | 1 | -0/+1 |
| | | |/ / / / / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-02-20 | 10 | -97/+108 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / /
|/| | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | keys: Timestamp new keys | David Howells | 2019-02-15 | 1 | -0/+1 |
| | * | | | | | | | | | | | | | | | | | | | | | keys: Fix dependency loop between construction record and auth key | David Howells | 2019-02-15 | 8 | -92/+100 |
| | * | | | | | | | | | | | | | | | | | | | | | assoc_array: Fix shortcut creation | David Howells | 2019-02-15 | 1 | -3/+5 |