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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-16
sched/core: Add try_get_task_stack() and put_task_stack()
Andy Lutomirski
2
-0
/
+19
2016-09-16
x86/entry/64: Fix a minor comment rebase error
Andy Lutomirski
1
-1
/
+0
2016-09-15
iommu/amd: Don't put completion-wait semaphore on stack
Joerg Roedel
2
-16
/
+37
2016-09-15
x86: Move thread_info into task_struct
Andy Lutomirski
6
-57
/
+10
2016-09-15
sched/core: Allow putting thread_info into task_struct
Andy Lutomirski
6
-4
/
+74
2016-09-15
um/Stop conflating task_struct::stack with thread_info
Linus Torvalds
1
-4
/
+4
2016-09-15
x86/entry: Get rid of pt_regs_to_thread_info()
Linus Torvalds
1
-14
/
+6
2016-09-15
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
9
-42
/
+27
2016-09-15
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
838
-4534
/
+7735
2016-09-15
x86/dumpstack: Add recursion checking for all stacks
Josh Poimboeuf
2
-19
/
+38
2016-09-15
x86/dumpstack: Add support for unwinding empty IRQ stacks
Josh Poimboeuf
2
-3
/
+15
2016-09-15
x86/dumpstack: Add get_stack_info() interface
Josh Poimboeuf
7
-128
/
+234
2016-09-15
x86/dumpstack: Simplify in_exception_stack()
Josh Poimboeuf
1
-63
/
+26
2016-09-14
Merge tag 'pci-v4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+14
2016-09-14
Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
26
-170
/
+179
2016-09-14
Merge tag 'for-linus-4.8b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+3
2016-09-14
x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()
Josh Poimboeuf
2
-25
/
+15
2016-09-14
arm/xen: fix SMP guests boot
Vitaly Kuznetsov
1
-4
/
+3
2016-09-13
avr32: fix copy_from_user()
Al Viro
3
-4
/
+13
2016-09-13
microblaze: fix __get_user()
Al Viro
1
-1
/
+1
2016-09-13
microblaze: fix copy_from_user()
Al Viro
1
-3
/
+6
2016-09-13
m32r: fix __get_user()
Al Viro
1
-1
/
+1
2016-09-13
blackfin: fix copy_from_user()
Al Viro
1
-4
/
+5
2016-09-13
sparc32: fix copy_from_user()
Al Viro
1
-1
/
+3
2016-09-13
sh: fix copy_from_user()
Al Viro
1
-1
/
+4
2016-09-13
sh64: failing __get_user() should zero
Al Viro
1
-0
/
+1
2016-09-13
score: fix copy_from_user() and friends
Al Viro
1
-21
/
+20
2016-09-13
score: fix __get_user/get_user
Al Viro
1
-1
/
+4
2016-09-13
s390: get_user() should zero on failure
Al Viro
1
-4
/
+4
2016-09-13
ppc32: fix copy_from_user()
Al Viro
1
-23
/
+2
2016-09-13
parisc: fix copy_from_user()
Al Viro
1
-2
/
+4
2016-09-13
openrisc: fix copy_from_user()
Al Viro
1
-24
/
+11
2016-09-13
nios2: fix __get_user()
Al Viro
1
-2
/
+2
2016-09-13
nios2: copy_from_user() should zero the tail of destination
Al Viro
1
-3
/
+6
2016-09-13
mn10300: copy_from_user() should zero on access_ok() failure...
Al Viro
1
-1
/
+3
2016-09-13
mn10300: failing __get_user() and get_user() should zero
Al Viro
1
-0
/
+1
2016-09-13
mips: copy_from_user() must zero the destination on access_ok() failure
Al Viro
1
-0
/
+3
2016-09-13
ARC: uaccess: get_user to zero out dest in cause of fault
Vineet Gupta
1
-2
/
+9
2016-09-13
metag: copy_from_user() should zero the destination on access_ok() failure
Al Viro
1
-1
/
+2
2016-09-13
ia64: copy_from_user() should zero the destination on access_ok() failure
Al Viro
1
-14
/
+11
2016-09-13
hexagon: fix strncpy_from_user() error return
Al Viro
1
-1
/
+2
2016-09-13
frv: fix clear_user()
Al Viro
1
-3
/
+9
2016-09-13
cris: buggered copy_from_user/copy_to_user/clear_user
Al Viro
1
-39
/
+32
2016-09-13
asm-generic: make get_user() clear the destination on errors
Al Viro
1
-3
/
+7
2016-09-13
PCI: Fix bridge_d3 update on device removal
Lukas Wunner
1
-2
/
+1
2016-09-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-7
/
+16
2016-09-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+22
2016-09-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-55
/
+180
2016-09-13
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+4
2016-09-13
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-120
/
+283
[next]