Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-01-06 | 1 | -1/+7 | |
|\ | ||||||
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli... | Jens Axboe | 2019-01-03 | 1 | -1/+7 | |
| |\ | ||||||
| | * | lib/raid6: add option to skip algo benchmarking | Daniel Verkamp | 2018-12-20 | 1 | -0/+3 | |
| | * | lib/raid6: avoid __attribute_const__ redefinition | Daniel Verkamp | 2018-12-20 | 1 | -1/+3 | |
| | * | lib/raid6: add missing include for raid6test | Daniel Verkamp | 2018-12-20 | 1 | -0/+1 | |
* | | | Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux | Linus Torvalds | 2019-01-06 | 2 | -3/+1 | |
|\ \ \ | ||||||
| * | | | fbdev: make FB_BACKLIGHT a tristate | Rob Clark | 2018-12-20 | 2 | -3/+1 | |
* | | | | Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-01-06 | 4 | -3/+24 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'remotes/lorenzo/pci/dwc' | Bjorn Helgaas | 2019-01-02 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: imx: Add imx6sx suspend/resume support | Leonard Crestez | 2018-12-18 | 1 | -0/+1 | |
| * | | | | | Merge branch 'pci/virtualization' | Bjorn Helgaas | 2019-01-02 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | PCI/IOV: Add flag so platforms can skip VF scanning | Sebastian Ott | 2019-01-02 | 1 | -0/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'pci/switchtec' | Bjorn Helgaas | 2019-01-02 | 1 | -0/+16 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | switchtec: Add MRPC DMA mode support | Wesley Sheng | 2018-12-13 | 1 | -0/+16 | |
| | |/ / / / | ||||||
| * | | | | | PCI: Move Synopsys HAPS platform device IDs | Thinh Nguyen | 2018-12-17 | 1 | -0/+3 | |
| * | | | | | PCI: Remove unnecessary space before function pointer arguments | Benjamin Young | 2018-12-06 | 1 | -3/+3 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 2019-01-06 | 2 | -1/+18 | |
|\ \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-------. \ \ \ \ | Merge branches 'for-4.20/upstream-fixes', 'for-4.21/core', 'for-4.21/hid-asus... | Jiri Kosina | 2019-01-03 | 107 | -572/+1647 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | HID: input: use the Resolution Multiplier for high-resolution scrolling | Peter Hutterer | 2018-12-07 | 1 | -0/+3 | |
| | | | | | * | | | | | HID: core: process the Resolution Multiplier | Peter Hutterer | 2018-12-07 | 1 | -0/+5 | |
| | | | | | * | | | | | HID: core: store the collections as a basic tree | Peter Hutterer | 2018-12-07 | 1 | -0/+2 | |
| | | | | | * | | | | | Input: add `REL_WHEEL_HI_RES` and `REL_HWHEEL_HI_RES` | Peter Hutterer | 2018-12-07 | 1 | -0/+2 | |
| | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | | | * | | | | | | HID: input: support Microsoft wireless radio control hotkey | Chris Chiu | 2018-12-05 | 1 | -1/+2 | |
| | | | * | | | | | | HID: use macros in IS_INPUT_APPLICATION | Chris Chiu | 2018-12-05 | 1 | -1/+5 | |
| | | |/ / / / / / | ||||||
* | | | | | | | | | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-01-05 | 5 | -125/+90 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | LSM: new method: ->sb_add_mnt_opt() | Al Viro | 2018-12-21 | 2 | -4/+7 | |
| * | | | | | | | | | LSM: bury struct security_mnt_opts | Al Viro | 2018-12-21 | 1 | -8/+0 | |
| * | | | | | | | | | LSM: hide struct security_mnt_opts from any generic code | Al Viro | 2018-12-21 | 2 | -38/+16 | |
| * | | | | | | | | | LSM: turn sb_eat_lsm_opts() into a method | Al Viro | 2018-12-21 | 1 | -2/+2 | |
| * | | | | | | | | | LSM: split ->sb_set_mnt_opts() out of ->sb_kern_mount() | Al Viro | 2018-12-21 | 2 | -6/+3 | |
| * | | | | | | | | | new helper: security_sb_eat_lsm_opts() | Al Viro | 2018-12-21 | 1 | -25/+3 | |
| * | | | | | | | | | LSM: lift extracting and parsing LSM options into the caller of ->sb_remount() | Al Viro | 2018-12-21 | 2 | -3/+5 | |
| * | | | | | | | | | LSM: lift parsing LSM options into the caller of ->sb_kern_mount() | Al Viro | 2018-12-21 | 2 | -3/+6 | |
| * | | | | | | | | | vfs: Separate changing mount flags full remount | David Howells | 2018-12-20 | 1 | -1/+1 | |
| * | | | | | | | | | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled | David Howells | 2018-12-20 | 2 | -51/+63 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2019-01-05 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | exec: make prepare_bprm_creds static | Chanho Min | 2018-12-10 | 1 | -1/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/... | Linus Torvalds | 2019-01-05 | 3 | -0/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'next/drivers' into next/late | Olof Johansson | 2019-01-04 | 21 | -830/+1865 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge tag 'qcom-drivers-for-4.21-2' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2018-12-20 | 1 | -0/+3 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | firmware: qcom: scm: fix compilation error when disabled | Jonathan Marek | 2018-12-05 | 1 | -0/+3 | |
| | * | | | | | | | | | | Merge tag 'zynq-soc-for-v5.0' of https://github.com/Xilinx/linux-xlnx into ne... | Arnd Bergmann | 2018-12-20 | 1 | -0/+30 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | memory: pl353: Add driver for arm pl353 static memory controller | Naga Sureshkumar Relli | 2018-12-13 | 1 | -0/+30 | |
| | | | |/ / / / / / / / | | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | | tty: serial: Add RDA8810PL UART driver | Manivannan Sadhasivam | 2018-12-31 | 1 | -0/+3 | |
| * | | | | | | | | | | | Merge tag 'imx8mq-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw... | Olof Johansson | 2018-12-31 | 1 | -0/+395 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux | Linus Torvalds | 2019-01-05 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | csky: define syscall_get_arch() | Dmitry V. Levin | 2018-12-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | elf-em.h: add EM_CSKY | Dmitry V. Levin | 2018-12-30 | 1 | -0/+1 | |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 14 | -57/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | fs: don't open code lru_to_page() | Nikolay Borisov | 2019-01-04 | 2 | -3/+2 |