index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
kbuild: deb-pkg: split generating packaging and build
Riku Voipio
2018-04-07
3
-244
/
+200
|
*
|
|
|
kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
Masahiro Yamada
2018-04-07
1
-0
/
+3
|
*
|
|
|
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
Masahiro Yamada
2018-04-07
8
-20
/
+11
|
*
|
|
|
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
Masahiro Yamada
2018-04-07
12
-31
/
+31
|
*
|
|
|
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
Masahiro Yamada
2018-04-07
4
-10
/
+1
|
*
|
|
|
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
2018-04-07
4
-7
/
+1
|
*
|
|
|
kbuild: add %.dtb.S and %.dtb to 'targets' automatically
Masahiro Yamada
2018-04-07
3
-5
/
+5
|
*
|
|
|
kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
Masahiro Yamada
2018-04-07
4
-6
/
+12
|
*
|
|
|
genksyms: generate lexer and parser during build instead of shipping
Masahiro Yamada
2018-04-07
5
-4825
/
+30
|
*
|
|
|
kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
Masahiro Yamada
2018-04-07
4
-7
/
+4
|
*
|
|
|
.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
Masahiro Yamada
2018-04-07
4
-9
/
+2
|
*
|
|
|
kbuild: use HOSTLDFLAGS for single .c executables
Robin Jarry
2018-04-07
1
-1
/
+1
*
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-16
33
-802
/
+1150
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready
Ingo Molnar
2018-04-12
5001
-520290
/
+188666
|
|
\
\
\
\
\
|
|
*
|
|
|
|
syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming convention
Dominik Brodowski
2018-04-09
1
-9
/
+9
|
|
*
|
|
|
|
syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...
Dominik Brodowski
2018-04-09
5
-362
/
+405
|
|
*
|
|
|
|
syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention
Dominik Brodowski
2018-04-09
7
-200
/
+205
|
|
*
|
|
|
|
syscalls/core, syscalls/x86: Clean up syscall stub naming convention
Dominik Brodowski
2018-04-09
4
-236
/
+242
|
|
*
|
|
|
|
syscalls/x86: Extend register clearing on syscall entry to lower registers
Dominik Brodowski
2018-04-05
2
-0
/
+8
|
|
*
|
|
|
|
syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64
Dominik Brodowski
2018-04-05
7
-57
/
+12
|
|
*
|
|
|
|
syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...
Dominik Brodowski
2018-04-05
6
-380
/
+509
|
|
*
|
|
|
|
syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls
Dominik Brodowski
2018-04-05
4
-3
/
+48
|
|
*
|
|
|
|
syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...
Dominik Brodowski
2018-04-05
8
-3
/
+120
|
|
*
|
|
|
|
syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
Dominik Brodowski
2018-04-05
2
-0
/
+30
|
|
*
|
|
|
|
x86/syscalls: Don't pointlessly reload the system call number
Linus Torvalds
2018-04-05
2
-7
/
+8
|
*
|
|
|
|
|
x86/apic: Fix signedness bug in APIC ID validity checks
Li RongQing
2018-04-10
8
-13
/
+16
|
*
|
|
|
|
|
x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruption
Kirill A. Shutemov
2018-04-10
1
-12
/
+20
|
*
|
|
|
|
|
x86/olpc: Fix inconsistent MFD_CS5535 configuration
Arnd Bergmann
2018-04-09
1
-3
/
+1
|
*
|
|
|
|
|
swiotlb: Use dma_direct_supported() for swiotlb_ops
Christoph Hellwig
2018-04-09
1
-1
/
+1
|
*
|
|
|
|
|
x86/mm: Fix documentation of module mapping range with 4-level paging
Kirill A. Shutemov
2018-04-03
1
-1
/
+1
|
*
|
|
|
|
|
x86/cpuid: Switch to 'static const' specifier
Ralf Ramsauer
2018-03-08
1
-1
/
+1
*
|
|
|
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-15
22
-105
/
+329
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
Joerg Roedel
2018-04-12
1
-0
/
+9
|
*
|
|
|
|
|
|
x86/pti: Leave kernel text global for !PCID
Dave Hansen
2018-04-12
3
-4
/
+82
|
*
|
|
|
|
|
|
x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
Dave Hansen
2018-04-12
3
-10
/
+35
|
*
|
|
|
|
|
|
x86/pti: Enable global pages for shared areas
Dave Hansen
2018-04-12
2
-2
/
+35
|
*
|
|
|
|
|
|
x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
Dave Hansen
2018-04-12
1
-2
/
+4
|
*
|
|
|
|
|
|
x86/mm: Comment _PAGE_GLOBAL mystery
Dave Hansen
2018-04-12
1
-1
/
+10
|
*
|
|
|
|
|
|
x86/mm: Remove extra filtering in pageattr code
Dave Hansen
2018-04-12
1
-4
/
+2
|
*
|
|
|
|
|
|
x86/mm: Do not auto-massage page protections
Dave Hansen
2018-04-12
10
-12
/
+75
|
*
|
|
|
|
|
|
x86/espfix: Document use of _PAGE_GLOBAL
Dave Hansen
2018-04-09
1
-0
/
+4
|
*
|
|
|
|
|
|
x86/mm: Introduce "default" kernel PTE mask
Dave Hansen
2018-04-09
4
-14
/
+34
|
*
|
|
|
|
|
|
x86/mm: Undo double _PAGE_PSE clearing
Dave Hansen
2018-04-09
1
-3
/
+6
|
*
|
|
|
|
|
|
x86/mm: Factor out pageattr _PAGE_GLOBAL setting
Dave Hansen
2018-04-09
1
-43
/
+23
|
*
|
|
|
|
|
|
Merge branch 'linus' into x86/pti to pick up upstream changes
Ingo Molnar
2018-04-09
3003
-55400
/
+181844
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
x86/entry/64: Drop idtentry's manual stack switch for user entries
Andy Lutomirski
2018-04-09
1
-2
/
+2
|
*
|
|
|
|
|
|
|
x86/uapi: Fix asm/bootparam.h userspace compilation errors
Dmitry V. Levin
2018-04-05
1
-9
/
+9
*
|
|
|
|
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-04-15
7
-14
/
+22
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
sched/core: Force proper alignment of 'struct util_est'
Peter Zijlstra
2018-04-05
1
-3
/
+3
|
*
|
|
|
|
|
|
|
|
sched/core: Simplify helpers for rq clock update skip requests
Davidlohr Bueso
2018-04-05
5
-9
/
+16
[prev]
[next]