index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
MIPS: boot: Define __ASSEMBLY__ for its.S build
Kees Cook
1
-0
/
+1
2018-02-22
Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/p...
Linus Torvalds
4
-7
/
+5
2018-02-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-5
/
+24
2018-02-22
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
H.J. Lu
3
-0
/
+5
2018-02-21
bug.h: work around GCC PR82365 in BUG()
Arnd Bergmann
5
-5
/
+24
2018-02-20
Rename sbi_save to parse_dtb to improve code readability
Michael Clark
2
-2
/
+2
2018-02-20
RISC-V: Enable IRQ during exception handling
zongbox@gmail.com
1
-2
/
+3
2018-02-20
riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select
Ulf Magnusson
1
-1
/
+0
2018-02-20
riscv: kconfig: Remove RISCV_IRQ_INTC select
Ulf Magnusson
1
-1
/
+0
2018-02-20
riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select
Ulf Magnusson
1
-1
/
+0
2018-02-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+3
2018-02-17
Merge tag 'powerpc-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
5
-10
/
+29
2018-02-17
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
17
-406
/
+448
2018-02-17
x86/xen: Calculate __max_logical_packages on PV domains
Prarit Bhargava
3
-2
/
+11
2018-02-17
arm64: cputype: Silence Sparse warnings
Robin Murphy
1
-1
/
+1
2018-02-16
Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+0
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
13
-399
/
+426
2018-02-16
Merge tag 'mips_fixes_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-5
/
+15
2018-02-16
powerpc/pseries: Check for zero filled ibm,dynamic-memory property
Nathan Fontenot
1
-0
/
+8
2018-02-16
x86/Kconfig: Explicitly enumerate i686-class CPUs in Kconfig
Matthew Whitehead
1
-1
/
+1
2018-02-16
x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G ...
Matthew Whitehead
1
-1
/
+1
2018-02-16
x86/Kconfig: Add missing i586-class CPUs to the X86_CMPXCHG64 Kconfig group
Matthew Whitehead
1
-1
/
+1
2018-02-15
sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}
James Hogan
1
-0
/
+2
2018-02-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-73
/
+141
2018-02-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
43
-271
/
+241
2018-02-15
x86/entry/64: Fix CR3 restore in paranoid_exit()
Ingo Molnar
1
-0
/
+1
2018-02-15
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
4
-5
/
+5
2018-02-15
x86/spectre: Fix an error message
Dan Carpenter
1
-1
/
+1
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
21
-52
/
+52
2018-02-15
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
12
-25
/
+38
2018-02-15
x86/speculation: Add <asm/msr-index.h> dependency
Peter Zijlstra
1
-0
/
+1
2018-02-15
x86/speculation: Fix up array_index_nospec_mask() asm constraint
Dan Williams
1
-1
/
+1
2018-02-15
x86/debug: Use UD2 for WARN()
Peter Zijlstra
2
-10
/
+7
2018-02-15
x86/debug, objtool: Annotate WARN()-related UD2 as reachable
Josh Poimboeuf
1
-1
/
+5
2018-02-15
powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=n
Corentin Labbe
1
-0
/
+3
2018-02-15
powerpc/powernv: IMC fix out of bounds memory access at shutdown
Nicholas Piggin
1
-2
/
+4
2018-02-15
powerpc/xive: Use hw CPU ids when configuring the CPU queues
Cédric Le Goater
1
-6
/
+10
2018-02-15
powerpc: Expose TSCR via sysfs only on powernv
Cyril Bur
1
-2
/
+4
2018-02-14
arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
Will Deacon
1
-5
/
+9
2018-02-14
Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
26
-77
/
+229
2018-02-13
Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhog...
Linus Torvalds
1
-0
/
+13
2018-02-13
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
Tony Luck
3
-10
/
+26
2018-02-13
x86/error_inject: Make just_return_func() globally visible
Arnd Bergmann
1
-0
/
+1
2018-02-13
x86/platform/UV: Fix GAM Range Table entries less than 1GB
mike.travis@hpe.com
1
-3
/
+12
2018-02-13
MIPS: Fix incorrect mem=X@Y handling
Marcin Nowakowski
1
-4
/
+12
2018-02-13
x86/build: Add arch/x86/tools/insn_decoder_test to .gitignore
Progyan Bhattacharya
1
-0
/
+1
2018-02-13
MIPS: BMIPS: Fix section mismatch warning
Jaedon Shin
1
-1
/
+1
2018-02-13
x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...
Masayoshi Mizuma
1
-1
/
+0
2018-02-13
powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
Guenter Roeck
1
-0
/
+6
2018-02-13
powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplug
Guenter Roeck
2
-2
/
+5
[next]