Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | Revert "x86/refcount: Work around GCC inlining bug" | Ingo Molnar | 2018-12-19 | 2 | -49/+33 | |
| | * | | | | | | | | | Revert "x86/alternatives: Macrofy lock prefixes to work around GCC inlining b... | Ingo Molnar | 2018-12-19 | 3 | -17/+15 | |
| | * | | | | | | | | | Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC i... | Ingo Molnar | 2018-12-19 | 3 | -61/+46 | |
| | * | | | | | | | | | Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops" | Ingo Molnar | 2018-12-19 | 2 | -28/+29 | |
| | * | | | | | | | | | Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining... | Ingo Molnar | 2018-12-19 | 2 | -21/+33 | |
| | * | | | | | | | | | Revert "x86/cpufeature: Macrofy inline assembly code to work around GCC inlin... | Ingo Molnar | 2018-12-19 | 2 | -48/+35 | |
| | * | | | | | | | | | Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli... | Ingo Molnar | 2018-12-19 | 3 | -20/+55 | |
| | * | | | | | | | | | x86/mtrr: Don't copy uninitialized gentry fields back to userspace | Colin Ian King | 2018-12-19 | 1 | -0/+2 | |
| | * | | | | | | | | | x86/fsgsbase/64: Fix the base write helper functions | Chang S. Bae | 2018-12-18 | 3 | -52/+71 | |
| | * | | | | | | | | | x86/mm/cpa: Fix cpa_flush_array() TLB invalidation | Peter Zijlstra | 2018-12-17 | 1 | -8/+16 | |
| | * | | | | | | | | | x86/vdso: Pass --eh-frame-hdr to the linker | Alistair Strachan | 2018-12-15 | 1 | -1/+2 | |
| | * | | | | | | | | | x86/mm: Fix decoy address handling vs 32-bit builds | Dan Williams | 2018-12-11 | 1 | -2/+11 | |
| | * | | | | | | | | | x86/intel_rdt: Ensure a CPU remains online for the region's pseudo-locking se... | Reinette Chatre | 2018-12-11 | 1 | -0/+4 | |
| | * | | | | | | | | | x86/dump_pagetables: Fix LDT remap address marker | Kirill A. Shutemov | 2018-12-11 | 1 | -5/+2 | |
| | * | | | | | | | | | x86/mm: Fix guard hole handling | Kirill A. Shutemov | 2018-12-11 | 3 | -9/+15 | |
| * | | | | | | | | | | Merge tag 'drm-fixes-2018-12-21' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2018-12-21 | 1 | -2/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge tag 'drm-misc-fixes-2018-12-20' of git://anongit.freedesktop.org/drm/dr... | Daniel Vetter | 2018-12-20 | 1 | -2/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | drm/ioctl: Fix Spectre v1 vulnerabilities | Gustavo A. R. Silva | 2018-12-20 | 1 | -2/+8 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2018-12-21 | 3 | -14/+22 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Input: synaptics - enable SMBus for HP EliteBook 840 G4 | Mantas Mikulėnas | 2018-12-21 | 1 | -0/+1 | |
| | * | | | | | | | | | | Input: elantech - disable elan-i2c for P52 and P72 | Benjamin Tissoires | 2018-12-21 | 1 | -2/+16 | |
| | * | | | | | | | | | | Input: synaptics - enable RMI on ThinkPad T560 | Yussuf Khalil | 2018-12-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | Input: omap-keypad - fix idle configuration to not block SoC idle states | Tony Lindgren | 2018-12-08 | 1 | -12/+4 | |
| * | | | | | | | | | | | Merge tag 'gpio-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2018-12-21 | 4 | -131/+95 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gpio: mvebu: only fail on missing clk if pwm is actually to be used | Uwe Kleine-König | 2018-12-21 | 1 | -3/+3 | |
| | * | | | | | | | | | | | gpio: max7301: fix driver for use with CONFIG_VMAP_STACK | Christophe Leroy | 2018-12-21 | 1 | -9/+3 | |
| | * | | | | | | | | | | | gpio: gpio-omap: Revert deferred wakeup quirk handling for regressions | Tony Lindgren | 2018-12-21 | 1 | -59/+5 | |
| | * | | | | | | | | | | | gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers | Hans de Goede | 2018-12-07 | 1 | -60/+84 | |
| * | | | | | | | | | | | | Merge tag '4.20-rc7-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2018-12-21 | 3 | -17/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | smb3: Fix rmdir compounding regression to strict servers | Ronnie Sahlberg | 2018-12-19 | 3 | -17/+25 | |
| * | | | | | | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-12-20 | 2 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | i2c: nvidia-gpu: mark resume function as __maybe_unused | Arnd Bergmann | 2018-12-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | MAINTAINERS: add entry for i2c-axxia driver | Adamski, Krzysztof (Nokia - PL/Wroclaw) | 2018-12-11 | 1 | -0/+7 | |
| | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge tag 'upstream-4.20-rc7' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2018-12-20 | 6 | -28/+89 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | ubifs: Handle re-linking of inodes correctly while recovery | Richard Weinberger | 2018-12-13 | 1 | -0/+37 | |
| | * | | | | | | | | | | | | ubi: Do not drop UBI device reference before using | Pan Bian | 2018-12-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | ubi: Put MTD device after it is not used | Pan Bian | 2018-12-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | ubifs: Fix default compression selection in ubifs | Gabor Juhos | 2018-12-13 | 1 | -1/+12 | |
| | * | | | | | | | | | | | | ubifs: Fix memory leak on error condition | Garry McNulty | 2018-12-13 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | ubifs: auth: Add CONFIG_KEYS dependency | Arnd Bergmann | 2018-12-13 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FS | Geert Uytterhoeven | 2018-12-13 | 1 | -8/+7 | |
| | * | | | | | | | | | | | | ubifs: replay: Fix high stack usage | Arnd Bergmann | 2018-12-13 | 1 | -11/+24 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-12-20 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | m68k: Fix memblock-related crashes | Geert Uytterhoeven | 2018-12-19 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | Merge tag 'kbuild-fixes-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-20 | 1 | -5/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kbuild: fix false positive warning/error about missing libelf | Masahiro Yamada | 2018-12-20 | 1 | -5/+8 | |
| * | | | | | | | | | | | | | | Merge tag 'char-misc-4.20-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-12-20 | 4 | -6/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'hyperv-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | 2018-12-14 | 2 | -1/+21 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels | Dexuan Cui | 2018-12-13 | 1 | -0/+20 | |
| | | * | | | | | | | | | | | | | | x86, hyperv: remove PCI dependency | Sinan Kaya | 2018-12-13 | 1 | -1/+1 |