Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | x86/fault: Plumb error code and fault address through to fault handlers | Jann Horn | 2018-09-03 | 6 | -21/+44 | |
| | * | | | | | | | | | x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups | Jann Horn | 2018-09-03 | 12 | -142/+160 | |
| | * | | | | | | | | | x86/kprobes: Stop calling fixup_exception() from kprobe_fault_handler() | Jann Horn | 2018-09-03 | 1 | -9/+0 | |
| | * | | | | | | | | | x86/kprobes: Inline kprobe_exceptions_notify() into do_general_protection() | Jann Horn | 2018-09-03 | 2 | -30/+11 | |
| | * | | | | | | | | | x86/kprobes: Refactor kprobes_fault() like kprobe_exceptions_notify() | Jann Horn | 2018-09-03 | 1 | -11/+13 | |
| * | | | | | | | | | | x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops | Nadav Amit | 2018-10-04 | 2 | -29/+28 | |
| * | | | | | | | | | | x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ... | Nadav Amit | 2018-10-04 | 3 | -46/+61 | |
| * | | | | | | | | | | x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugs | Nadav Amit | 2018-10-04 | 3 | -15/+17 | |
| * | | | | | | | | | | x86/refcount: Work around GCC inlining bug | Nadav Amit | 2018-10-04 | 2 | -29/+46 | |
| * | | | | | | | | | | x86/objtool: Use asm macros to work around GCC inlining bugs | Nadav Amit | 2018-10-04 | 2 | -13/+45 | |
| * | | | | | | | | | | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro... | Nadav Amit | 2018-10-04 | 5 | -3/+26 | |
| * | | | | | | | | | | kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker script | Nadav Amit | 2018-10-04 | 1 | -2/+2 | |
| * | | | | | | | | | | x86/build: Remove unused CONFIG_AS_CRC32 | Masahiro Yamada | 2018-10-01 | 1 | -1/+0 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Linux 4.19-rc6v4.19-rc6 | Greg Kroah-Hartman | 2018-09-30 | 1 | -1/+1 | |
| * | | | | | | | | | Merge tag 'auxdisplay-for-greg-v4.19-rc6' of https://github.com/ojeda/linux | Greg Kroah-Hartman | 2018-09-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.c | Miguel Ojeda | 2018-09-30 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 2018-09-30 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | dax: Fix deadlock in dax_lock_mapping_entry() | Jan Kara | 2018-09-27 | 1 | -0/+1 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-block | Greg Kroah-Hartman | 2018-09-29 | 8 | -19/+25 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linus | Jens Axboe | 2018-09-28 | 1 | -2/+4 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | nvme: properly propagate errors in nvme_mpath_init | Susobhan Dey | 2018-09-26 | 1 | -2/+4 | |
| | * | | | | | | | | | | xen/blkfront: correct purging of persistent grants | Juergen Gross | 2018-09-28 | 1 | -2/+2 | |
| | * | | | | | | | | | | Revert "xen/blkfront: When purging persistent grants, keep them in the buffer" | Jens Axboe | 2018-09-28 | 1 | -1/+3 | |
| | * | | | | | | | | | | blk-mq: I/O and timer unplugs are inverted in blktrace | Ilya Dryomov | 2018-09-27 | 1 | -2/+2 | |
| | * | | | | | | | | | | bcache: add separate workqueue for journal_write to avoid deadlock | Guoju Fang | 2018-09-27 | 3 | -3/+12 | |
| | * | | | | | | | | | | xen/blkfront: When purging persistent grants, keep them in the buffer | Boris Ostrovsky | 2018-09-27 | 1 | -3/+1 | |
| | * | | | | | | | | | | block: fix deadline elevator drain for zoned block devices | Damien Le Moal | 2018-09-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | blk-mq: Allow blocking queue tag iter callbacks | Keith Busch | 2018-09-26 | 1 | -9/+4 | |
| * | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 2018-09-29 | 1 | -19/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | x86/boot: Fix kexec booting failure in the SEV bit detection code | Kairui Song | 2018-09-27 | 1 | -19/+0 | |
| * | | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Greg Kroah-Hartman | 2018-09-29 | 3 | -13/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'clockevents/4.19-fixes' of https://git.linaro.org/people/daniel... | Thomas Gleixner | 2018-09-27 | 1 | -6/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | clocksource/drivers/timer-atmel-pit: Properly handle error cases | Alexandre Belloni | 2018-09-27 | 1 | -6/+14 | |
| | * | | | | | | | | | | | | | Merge branch 'clockevents/4.19-fixes' of https://git.linaro.org/people/daniel... | Thomas Gleixner | 2018-09-24 | 2 | -7/+14 | |
| | |\| | | | | | | | | | | | | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | clocksource/drivers/fttmr010: Fix set_next_event handler | Tao Ren | 2018-09-24 | 1 | -7/+11 | |
| | | * | | | | | | | | | | | clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am4... | Keerthy | 2018-09-13 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2018-09-29 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | perf/core: Add sanity check to deal with pinned event failure | Reinette Chatre | 2018-09-28 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Greg Kroah-Hartman | 2018-09-29 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | cpufreq: qcom-kryo: Fix section annotations | Nathan Chancellor | 2018-09-29 | 1 | -2/+2 | |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping | Greg Kroah-Hartman | 2018-09-29 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration | Christoph Hellwig | 2018-09-26 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Greg Kroah-Hartman | 2018-09-29 | 5 | -48/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Input: uinput - allow for max == min during input_absinfo validation | Peter Hutterer | 2018-09-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | Input: elantech - enable middle button of touchpad on ThinkPad P72 | Aaron Ma | 2018-09-19 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | Input: atakbd - fix Atari CapsLock behaviour | Michael Schmitz | 2018-09-19 | 1 | -8/+2 | |
| | * | | | | | | | | | | | | | | | Input: atakbd - fix Atari keymap | Andreas Schwab | 2018-09-19 | 1 | -38/+26 | |
| | * | | | | | | | | | | | | | | | Input: egalax_ts - add system wakeup support | Anson Huang | 2018-09-19 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | Input: gpio-keys - fix a documentation index issue | Song Qiang | 2018-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2018-09-29 | 5 | -18/+86 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |