index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
powerpc/pci/rpadlpar: Fix device reference leaks
Johan Hovold
1
-1
/
+9
2016-11-14
powerpc/vio: Clarify vio_find_node() reference counting
Johan Hovold
1
-0
/
+3
2016-11-14
powerpc/ibmebus: Fix further device reference leaks
Johan Hovold
1
-2
/
+6
2016-11-14
powerpc/ibmebus: Fix device reference leaks in sysfs interface
Johan Hovold
1
-2
/
+6
2016-11-14
powerpc/powernv: Simplify searching for compatible device nodes
Jack Miller
1
-17
/
+7
2016-11-14
powerpc: Revert Load Monitor Register Support
Michael Neuling
4
-34
/
+0
2016-11-14
selftests/powerpc: Revert Load Monitor Register Tests
Michael Neuling
6
-227
/
+1
2016-11-14
powerpc/configs: Drop REISERFS from pseries & powernv
Michael Ellerman
2
-8
/
+0
2016-11-14
macintosh: Remove dependency on IDE_GD_ATA if ADB_PMU_LED_DISK is selected
Elimar Riesebieter
1
-1
/
+0
2016-11-14
powerpc/hash64: Be more careful when generating tlbiel
Balbir Singh
1
-4
/
+6
2016-11-14
powerpc/book3s64: Always build for power4 or later
Michael Ellerman
1
-0
/
+1
2016-11-14
powerpc/64: Add an option to force run-at-load to test relocation
Nicholas Piggin
2
-1
/
+17
2016-11-14
powerpc/pseries: Use H_CLEAR_HPT to clear MMU hash table during kexec
Anton Blanchard
2
-3
/
+24
2016-11-14
i2c_powermac: shut up lockdep warning
Denis Kirjanov
1
-0
/
+4
2016-11-14
powerpc: Make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined
Nicholas Piggin
1
-0
/
+4
2016-11-14
powerpc: Build-time sort the exception table
Nicholas Piggin
3
-4
/
+3
2016-11-14
powerpc: Add support for relative exception tables
Nicholas Piggin
9
-23
/
+34
2016-11-14
powerpc: EX_TABLE macro for exception tables
Nicholas Piggin
21
-327
/
+241
2016-11-14
selftests/powerpc: Fail load_unaligned_zeropad on miscompare
Michael Ellerman
1
-1
/
+3
2016-11-14
selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGV
Michael Ellerman
1
-4
/
+1
2016-11-14
powerpc/module: Add support for R_PPC64_REL32 relocations
Michael Ellerman
1
-0
/
+5
2016-11-14
powerpc/asm: Allow including ppc_asm.h in asm files
Michael Ellerman
1
-3
/
+3
2016-11-14
powerpc/64s: Reduce exception alignment
Nicholas Piggin
3
-5
/
+8
2016-11-14
powerpc: Remove suspect CONFIG_PPC_BOOK3E #ifdefs in nohash/64/pgtable.h
Rui Teng
1
-13
/
+1
2016-11-14
selftests/powerpc: Add Anton's null_syscall benchmark to the selftests
Anton Blanchard
3
-2
/
+160
2016-11-13
Linux 4.9-rc5
v4.9-rc5
Linus Torvalds
1
-1
/
+1
2016-11-13
gp8psk: Fix DVB frontend attach
Mauro Carvalho Chehab
7
-152
/
+246
2016-11-13
gp8psk: fix gp8psk_usb_in_op() logic
Mauro Carvalho Chehab
1
-2
/
+3
2016-11-13
dvb-usb: move data_mutex to struct dvb_usb_device
Mauro Carvalho Chehab
7
-95
/
+61
2016-11-13
iio: maxim_thermocouple: detect invalid storage size in read()
Arnd Bergmann
1
-0
/
+2
2016-11-12
aoe: fix crash in page count manipulation
Jens Axboe
1
-41
/
+0
2016-11-12
lightnvm: invalid offset calculation for lba_shift
Matias Bjørling
1
-1
/
+1
2016-11-11
Kbuild: enable -Wmaybe-uninitialized warnings by default
Arnd Bergmann
1
-2
/
+0
2016-11-11
pcmcia: fix return value of soc_pcmcia_regulator_set
Arnd Bergmann
1
-1
/
+1
2016-11-11
infiniband: shut up a maybe-uninitialized warning
Arnd Bergmann
1
-26
/
+28
2016-11-11
crypto: aesni: shut up -Wmaybe-uninitialized warning
Arnd Bergmann
1
-2
/
+2
2016-11-11
rc: print correct variable for z8f0811
Arnd Bergmann
1
-1
/
+1
2016-11-11
dib0700: fix nec repeat handling
Sean Young
1
-2
/
+3
2016-11-11
s390: pci: don't print uninitialized data for debugging
Arnd Bergmann
1
-1
/
+1
2016-11-11
nios2: fix timer initcall return value
Arnd Bergmann
1
-0
/
+1
2016-11-11
x86: apm: avoid uninitialized data
Arnd Bergmann
1
-1
/
+4
2016-11-11
NFSv4.1: work around -Wmaybe-uninitialized warning
Arnd Bergmann
1
-4
/
+6
2016-11-11
Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
Arnd Bergmann
4
-5
/
+16
2016-11-11
lib/stackdepot: export save/fetch stack for drivers
Chris Wilson
1
-0
/
+2
2016-11-11
mm: kmemleak: scan .data.ro_after_init
Jakub Kicinski
4
-1
/
+10
2016-11-11
memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB
Greg Thelen
1
-2
/
+2
2016-11-11
coredump: fix unfreezable coredumping task
Andrey Ryabinin
1
-0
/
+3
2016-11-11
mm/filemap: don't allow partially uptodate page for pipes
Eryu Guan
1
-0
/
+3
2016-11-11
mm/hugetlb: fix huge page reservation leak in private mapping error paths
Mike Kravetz
1
-0
/
+66
2016-11-11
ocfs2: fix not enough credit panic
Junxiao Bi
1
-1
/
+1
[next]