Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | y2038: fix typo in powerpc vdso "LOPART" | Arnd Bergmann | 2019-11-21 | 1 | -2/+2 | |
| * | | | | | | | y2038: syscalls: change remaining timeval to __kernel_old_timeval | Arnd Bergmann | 2019-11-15 | 2 | -3/+4 | |
| * | | | | | | | y2038: stat: avoid 'time_t' in 'struct stat' | Arnd Bergmann | 2019-11-15 | 1 | -1/+1 | |
| * | | | | | | | y2038: ipc: remove __kernel_time_t reference from headers | Arnd Bergmann | 2019-11-15 | 3 | -8/+8 | |
| * | | | | | | | y2038: vdso: powerpc: avoid timespec references | Arnd Bergmann | 2019-11-15 | 5 | -21/+18 | |
| * | | | | | | | y2038: vdso: change timeval to __kernel_old_timeval | Arnd Bergmann | 2019-11-15 | 1 | -4/+4 | |
* | | | | | | | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | compat_ioctl: move WDIOC handling into wdt drivers | Arnd Bergmann | 2019-10-23 | 1 | -0/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2019-12-01 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sysctl: Remove the sysctl system call | Eric W. Biederman | 2019-11-26 | 1 | -1/+0 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-11-30 | 176 | -2078/+3202 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | powerpc/fixmap: fix crash with HIGHMEM | Christophe Leroy | 2019-11-29 | 1 | -0/+6 | |
| * | | | | | | | powerpc: Define arch_is_kernel_initmem_freed() for lockdep | Michael Ellerman | 2019-11-27 | 1 | -0/+14 | |
| * | | | | | | | powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmp | Nathan Chancellor | 2019-11-25 | 1 | -0/+1 | |
| * | | | | | | | powerpc: Avoid clang warnings around setjmp and longjmp | Nathan Chancellor | 2019-11-25 | 2 | -4/+4 | |
| * | | | | | | | powerpc: Don't add -mabi= flags when building with Clang | Nathan Chancellor | 2019-11-25 | 1 | -0/+4 | |
| * | | | | | | | powerpc: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-25 | 2 | -14/+14 | |
| * | | | | | | | powerpc/fixmap: don't clear fixmap area in paging_init() | Christophe Leroy | 2019-11-25 | 1 | -8/+0 | |
| * | | | | | | | powerpc/powernv: Disable native PCIe port management | Oliver O'Halloran | 2019-11-21 | 1 | -0/+17 | |
| * | | | | | | | powerpc/kexec: Move kexec files into a dedicated subdir. | Christophe Leroy | 2019-11-21 | 11 | -19/+27 | |
| * | | | | | | | powerpc/32: Split kexec low level code out of misc_32.S | Christophe Leroy | 2019-11-21 | 3 | -491/+501 | |
| * | | | | | | | powerpc/sysdev: drop simple gpio | Christophe Leroy | 2019-11-21 | 8 | -185/+0 | |
| * | | | | | | | powerpc/83xx: map IMMR with a BAT. | Christophe Leroy | 2019-11-19 | 2 | -0/+18 | |
| * | | | | | | | powerpc/32s: automatically allocate BAT in setbat() | Christophe Leroy | 2019-11-19 | 1 | -1/+10 | |
| * | | | | | | | powerpc/ioremap: warn on early use of ioremap() | Christophe Leroy | 2019-11-19 | 2 | -0/+3 | |
| * | | | | | | | powerpc: Add support for GENERIC_EARLY_IOREMAP | Christophe Leroy | 2019-11-19 | 5 | -0/+20 | |
| * | | | | | | | powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt() | Christophe Leroy | 2019-11-19 | 1 | -1/+6 | |
| * | | | | | | | powerpc/8xx: use the fixmapped IMMR in cpm_reset() | Christophe Leroy | 2019-11-19 | 1 | -7/+1 | |
| * | | | | | | | powerpc/8xx: add __init to cpm1 init functions | Christophe Leroy | 2019-11-19 | 2 | -6/+6 | |
| * | | | | | | | powerpc: cleanup hw_irq.h | Christophe Leroy | 2019-11-18 | 2 | -31/+34 | |
| * | | | | | | | powerpc: permanently include 8xx registers in reg.h | Christophe Leroy | 2019-11-18 | 3 | -4/+3 | |
| * | | | | | | | powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup. | Christophe Leroy | 2019-11-18 | 1 | -13/+3 | |
| * | | | | | | | powerpc/32: Don't populate page tables for block mapped pages except on the 8xx. | Christophe Leroy | 2019-11-18 | 2 | -7/+50 | |
| * | | | | | | | powerpc/mm: Show if a bad page fault on data is read or write. | Christophe Leroy | 2019-11-18 | 1 | -2/+4 | |
| * | | | | | | | powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr() | Christophe Leroy | 2019-11-18 | 1 | -4/+0 | |
| * | | | | | | | powerpc: Refactor BUG/WARN macros | Christophe Leroy | 2019-11-18 | 1 | -26/+15 | |
| * | | | | | | | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw... | Michael Ellerman | 2019-11-18 | 8 | -36/+48 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | powerpc/kmcent2: add ranges to the pci bridges | Valentin Longchamp | 2019-11-17 | 1 | -0/+36 | |
| | * | | | | | | | powerpc/booke: Spelling s/date/data/ | Geert Uytterhoeven | 2019-11-17 | 1 | -1/+1 | |
| | * | | | | | | | powerpc/85xx: remove mostly pointless mpc85xx_qe_init() | Rasmus Villemoes | 2019-11-17 | 6 | -30/+0 | |
| | * | | | | | | | powerpc/kmcent2: update the ethernet devices' phy properties | Valentin Longchamp | 2019-11-17 | 1 | -5/+11 | |
| * | | | | | | | | Merge branch 'topic/kaslr-book3e32' into next | Michael Ellerman | 2019-11-14 | 17 | -54/+548 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | powerpc/fsl_booke/kaslr: export offset in VMCOREINFO ELF notes | Jason Yan | 2019-11-13 | 1 | -0/+1 | |
| | * | | | | | | | powerpc/fsl_booke/kaslr: dump out kernel offset information on panic | Jason Yan | 2019-11-13 | 2 | -0/+25 | |
| | * | | | | | | | powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter | Jason Yan | 2019-11-13 | 1 | -0/+7 | |
| | * | | | | | | | powerpc/fsl_booke/kaslr: clear the original kernel if randomized | Jason Yan | 2019-11-13 | 3 | -0/+14 | |
| | * | | | | | | | powerpc/fsl_booke/32: randomize the kernel image offset | Jason Yan | 2019-11-13 | 1 | -2/+323 | |
| | * | | | | | | | powerpc/fsl_booke/32: implement KASLR infrastructure | Jason Yan | 2019-11-13 | 9 | -17/+109 | |
| | * | | | | | | | powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper | Jason Yan | 2019-11-13 | 2 | -0/+14 | |
| | * | | | | | | | powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helper | Jason Yan | 2019-11-13 | 2 | -0/+36 |