Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-05-07 | 44 | -290/+1248 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | parisc: Add static branch and JUMP_LABEL feature | Helge Deller | 2019-05-06 | 5 | -0/+104 | |
| * | | | | | | | | | parisc: Use PA_ASM_LEVEL in boot code | Helge Deller | 2019-05-06 | 1 | -3/+3 | |
| * | | | | | | | | | parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD code | Helge Deller | 2019-05-06 | 3 | -6/+6 | |
| * | | | | | | | | | parisc: Update huge TLB page support to use per-pagetable spinlock | John David Anglin | 2019-05-03 | 1 | -9/+10 | |
| * | | | | | | | | | parisc: Use per-pagetable spinlock | Mikulas Patocka | 2019-05-03 | 9 | -49/+108 | |
| * | | | | | | | | | parisc: Allow live-patching of __meminit functions | Helge Deller | 2019-05-03 | 1 | -1/+1 | |
| * | | | | | | | | | parisc: Add memory barrier to asm pdc and sync instructions | Helge Deller | 2019-05-03 | 1 | -2/+2 | |
| * | | | | | | | | | parisc: Add memory clobber to TLB purges | John David Anglin | 2019-05-03 | 1 | -3/+3 | |
| * | | | | | | | | | parisc: Use ldcw instruction for SMP spinlock release barrier | John David Anglin | 2019-05-03 | 3 | -24/+39 | |
| * | | | | | | | | | parisc: Remove lock code to serialize TLB operations in pacache.S | John David Anglin | 2019-05-03 | 1 | -43/+0 | |
| * | | | | | | | | | parisc: Switch from DISCONTIGMEM to SPARSEMEM | Helge Deller | 2019-05-03 | 6 | -128/+68 | |
| * | | | | | | | | | parisc: enable wide mode early | Sven Schnelle | 2019-05-03 | 1 | -0/+13 | |
| * | | | | | | | | | parisc: Show n/a if product number not available | Helge Deller | 2019-05-03 | 1 | -1/+2 | |
| * | | | | | | | | | parisc: remove unused flags parameter in __patch_text() | Sven Schnelle | 2019-05-03 | 1 | -5/+4 | |
| * | | | | | | | | | parisc: Implement kretprobes | Sven Schnelle | 2019-05-03 | 2 | -1/+110 | |
| * | | | | | | | | | parisc: remove kprobes.h from generic-y | Sven Schnelle | 2019-05-03 | 1 | -1/+0 | |
| * | | | | | | | | | parisc: Implement kprobes | Sven Schnelle | 2019-05-03 | 5 | -0/+254 | |
| * | | | | | | | | | parisc: add functions required by KPROBE_EVENTS | Sven Schnelle | 2019-05-03 | 2 | -0/+48 | |
| * | | | | | | | | | parisc: PA-Linux requires at least 32 MB RAM | Helge Deller | 2019-05-03 | 1 | -11/+20 | |
| * | | | | | | | | | parisc: Export running_on_qemu symbol for modules | Helge Deller | 2019-05-03 | 1 | -0/+1 | |
| * | | | | | | | | | parisc: add KGDB support | Sven Schnelle | 2019-05-03 | 5 | -0/+296 | |
| * | | | | | | | | | parisc: add parisc code patching | Sven Schnelle | 2019-05-03 | 3 | -1/+91 | |
| * | | | | | | | | | parisc: add set_fixmap()/clear_fixmap() | Sven Schnelle | 2019-05-03 | 4 | -7/+69 | |
| * | | | | | | | | | parisc: Consider stack randomization for mmap base only when necessary | Alexandre Ghiti | 2019-05-03 | 1 | -1/+2 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-05-07 | 31 | -42/+112 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin | 2019-03-20 | 27 | -36/+45 | |
| * | | | | | | | | | unicore32: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+12 | |
| * | | | | | | | | | Move EM_UNICORE to uapi/linux/elf-em.h | Dmitry V. Levin | 2019-03-20 | 1 | -2/+1 | |
| * | | | | | | | | | nios2: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+6 | |
| * | | | | | | | | | nds32: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+9 | |
| * | | | | | | | | | Move EM_NDS32 to uapi/linux/elf-em.h | Dmitry V. Levin | 2019-03-20 | 1 | -2/+1 | |
| * | | | | | | | | | m68k: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+12 | |
| * | | | | | | | | | hexagon: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+8 | |
| * | | | | | | | | | Move EM_HEXAGON to uapi/linux/elf-em.h | Dmitry V. Levin | 2019-03-20 | 1 | -5/+1 | |
| * | | | | | | | | | h8300: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+6 | |
| * | | | | | | | | | c6x: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+7 | |
| * | | | | | | | | | arc: define syscall_get_arch() | Dmitry V. Levin | 2019-03-20 | 1 | -0/+11 | |
| * | | | | | | | | | Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.h | Dmitry V. Levin | 2019-03-20 | 1 | -5/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-05-07 | 38 | -38/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 2019-04-22 | 114 | -1133/+1208 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | block: remove CONFIG_LBDAF | Christoph Hellwig | 2019-04-06 | 38 | -38/+0 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-05-07 | 1 | -9/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ARM: dts: omap4-droid4: Update backlight dt properties | Dan Murphy | 2019-04-07 | 1 | -9/+18 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-05-07 | 1 | -0/+28 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | LS1021A: dtsi: add ftm quad decoder entries | Patrick Havelange | 2019-04-25 | 1 | -0/+28 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-05-07 | 4 | -28/+28 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | acpi: Create subtable parsing infrastructure | Keith Busch | 2019-04-04 | 4 | -28/+28 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2019-05-07 | 7 | -7/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make anon_inodes unconditional | David Howells | 2019-04-19 | 7 | -7/+0 |