index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-30
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
8
-13
/
+12
2017-07-30
x86/traps: Don't clear segment high bits in early_idt_handler_common()
Andy Lutomirski
1
-12
/
+8
2017-07-30
x86/asm/32: Make pt_regs's segment registers be 16 bits
Andy Lutomirski
1
-6
/
+26
2017-07-28
objtool: Disable GCC '-Wpacked' warnings
Josh Poimboeuf
1
-1
/
+2
2017-07-28
objtool: Fix '-mtune=atom' decoding support in objtool 2.0
Josh Poimboeuf
1
-1
/
+25
2017-07-28
objtool: Skip unreachable warnings for 'alt' instructions
Josh Poimboeuf
1
-1
/
+6
2017-07-28
objtool: Assume unannotated UD2 instructions are dead ends
Josh Poimboeuf
5
-26
/
+94
2017-07-27
x86/ldt/64: Refresh DS and ES when modify_ldt changes an entry
Andy Lutomirski
1
-0
/
+21
2017-07-26
x86/kconfig: Consolidate unwinders into multiple choice selection
Josh Poimboeuf
4
-11
/
+45
2017-07-26
x86/kconfig: Make it easier to switch to the new ORC unwinder
Josh Poimboeuf
2
-7
/
+6
2017-07-26
x86/unwind: Add the ORC unwinder
Josh Poimboeuf
18
-64
/
+977
2017-07-25
x86/asm: Make objtool unreachable macros independent from GCC version
Josh Poimboeuf
1
-16
/
+16
2017-07-25
x86/asm: Add ASM_UNREACHABLE
Kees Cook
2
-4
/
+12
2017-07-25
x86/asm: Add suffix macro for GEN_*_RMWcc()
Kees Cook
1
-13
/
+24
2017-07-25
objtool: Fix gcov check for older versions of GCC
Josh Poimboeuf
5
-35
/
+17
2017-07-24
x86/io: Make readq() / writeq() API consistent
Andy Shevchenko
1
-4
/
+6
2017-07-24
x86/io: Remove xlate_dev_kmem_ptr() duplication
Andy Shevchenko
2
-5
/
+3
2017-07-24
x86/io: Remove mem*io() duplications
Andy Shevchenko
2
-45
/
+24
2017-07-24
x86/io: Include asm-generic/io.h to architectural code
Andy Shevchenko
1
-0
/
+3
2017-07-24
x86/io: Define IO accessors by preprocessor
Andy Shevchenko
1
-0
/
+41
2017-07-18
x86/asm: Add unwind hint annotations to sync_core()
Josh Poimboeuf
1
-0
/
+3
2017-07-18
x86/entry/64: Add unwind hint annotations
Josh Poimboeuf
3
-11
/
+66
2017-07-18
objtool, x86: Add facility for asm code to provide unwind hints
Josh Poimboeuf
6
-13
/
+417
2017-07-18
objtool: Add ORC unwind table generation
Josh Poimboeuf
14
-60
/
+916
2017-07-18
x86/dumpstack: Fix interrupt and exception stack boundary checks
Josh Poimboeuf
2
-4
/
+4
2017-07-18
x86/dumpstack: Fix occasionally missing registers
Josh Poimboeuf
1
-5
/
+7
2017-07-18
x86/entry/64: Initialize the top of the IRQ stack before switching stacks
Andy Lutomirski
1
-1
/
+23
2017-07-18
x86/entry/64: Refactor IRQ stacks and make them NMI-safe
Andy Lutomirski
3
-26
/
+64
2017-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
5
-75
/
+139
2017-07-17
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+53
2017-07-17
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2017-07-17
Merge tag 'regmap-fix-w1-merge-window' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2017-07-17
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
12
-21
/
+674
2017-07-17
Blackfin: flat: Use %x to format u32
Geert Uytterhoeven
1
-2
/
+2
2017-07-17
regmap: regmap-w1: Fix build troubles
minimumlaw@rambler.ru
1
-2
/
+2
2017-07-16
h8300: Add missing closing parenthesis in flat_get_addr_from_rp()
Geert Uytterhoeven
1
-1
/
+1
2017-07-16
blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes
Geert Uytterhoeven
2
-4
/
+2
2017-07-16
binfmt_flat: Use %u to format u32
Geert Uytterhoeven
1
-1
/
+1
2017-07-15
Linux v4.13-rc1
v4.13-rc1
Linus Torvalds
1
-2
/
+2
2017-07-15
Merge tag 'standardize-docs' of git://git.lwn.net/linux
Linus Torvalds
81
-4731
/
+6263
2017-07-15
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-38
/
+168
2017-07-15
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
41
-163
/
+531
2017-07-15
Merge branch 'work.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-63
/
+46
2017-07-15
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
24
-450
/
+168
2017-07-15
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-43
/
+37
2017-07-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
136
-1836
/
+2453
2017-07-15
Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
21
-82
/
+201
2017-07-15
Merge tag 'upstream-4.13-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
10
-85
/
+218
2017-07-15
Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-207
/
+470
2017-07-15
random: reorder READ_ONCE() in get_random_uXX
Sebastian Andrzej Siewior
1
-2
/
+4
[next]