index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-09
powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_self
Stewart Smith
2
-14
/
+4
2014-04-09
Revert "powerpc/powernv: hwmon driver for power values, fan rpm and temperature"
Benjamin Herrenschmidt
3
-538
/
+0
2014-04-09
power, sched: stop updating inside arch_update_cpu_topology() when nothing to...
Michael Wang
1
-0
/
+15
2014-04-09
powerpc/le: Avoid creatng R_PPC64_TOCSAVE relocations for modules.
Tony Breeds
1
-0
/
+1
2014-04-09
arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.c
Monam Agarwal
1
-1
/
+1
2014-04-09
powerpc/opal: Add missing include
Michael Neuling
1
-0
/
+2
2014-04-09
powerpc: Convert last uses of __FUNCTION__ to __func__
Joe Perches
1
-6
/
+5
2014-04-09
powerpc: Add lq/stq emulation
Anton Blanchard
3
-8
/
+46
2014-04-09
powerpc/powernv: Add invalid OPAL call
Joel Stanley
3
-0
/
+6
2014-04-09
powerpc/powernv: Add OPAL message log interface
Joel Stanley
4
-1
/
+128
2014-04-09
powerpc/book3s: Fix mc_recoverable_range buffer overrun issue.
Mahesh Salgaonkar
1
-8
/
+20
2014-04-09
powerpc: Remove dead code in sycall entry
Michael Neuling
1
-8
/
+0
2014-04-09
powerpc: Use of_node_init() for the fakenode in msi_bitmap.c
Li Zhong
1
-1
/
+1
2014-04-09
powerpc/mm: NUMA pte should be handled via slow path in get_user_pages_fast()
Aneesh Kumar K.V
1
-0
/
+13
2014-04-09
powerpc/powernv: Fix endian issues with sensor code
Anton Blanchard
2
-3
/
+4
2014-04-09
fs/ncpfs/dir.c: fix indenting in ncp_lookup()
Dan Carpenter
1
-2
/
+2
2014-04-09
ncpfs/inode.c: fix mismatch printk formats and arguments
Joe Perches
1
-2
/
+2
2014-04-09
ncpfs: remove now unused PRINTK macro
Joe Perches
1
-3
/
+0
2014-04-09
ncpfs: convert PPRINTK to ncp_vdbg
Joe Perches
5
-18
/
+22
2014-04-09
ncpfs: convert DPRINTK/DDPRINTK to ncp_dbg
Joe Perches
9
-83
/
+74
2014-04-09
ncpfs: Add pr_fmt and convert printks to pr_<level>
Joe Perches
5
-27
/
+34
2014-04-09
arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf()
David Rientjes
1
-1
/
+7
2014-04-09
lib/percpu_counter.c: fix bad percpu counter state during suspend
Jens Axboe
1
-1
/
+1
2014-04-09
autofs4: check dev ioctl size before allocating
Sasha Levin
1
-0
/
+3
2014-04-09
mm: vmscan: do not swap anon pages just because free+file is low
Johannes Weiner
1
-15
/
+1
2014-04-08
net: sctp: wake up all assocs if sndbuf policy is per socket
Daniel Borkmann
1
-1
/
+35
2014-04-08
isdnloop: several buffer overflows
Dan Carpenter
1
-8
/
+9
2014-04-08
include/linux/syscalls.h: add sys_renameat2() prototype
Heiko Carstens
1
-0
/
+3
2014-04-08
backlight: lm3639: Use devm_backlight_device_register()
Daniel Jeong
1
-10
/
+7
2014-04-08
backlight: gpio-backlight: Add DT support
Denis Carikli
2
-7
/
+67
2014-04-08
backlight: core: Replace kfree with put_device
Levente Kurusa
1
-1
/
+1
2014-04-08
arm64: Fix DMA range invalidation for cache line unaligned buffers
Catalin Marinas
1
-4
/
+11
2014-04-08
mmc: sdhci-acpi: Intel SDIO has broken card detect
Adrian Hunter
1
-0
/
+1
2014-04-08
DRM: armada: fix corruption while loading cursors
Russell King
1
-0
/
+1
2014-04-08
MAINTAINERS: update Intel C600 SAS driver maintainers
Lukasz Dorau
1
-2
/
+1
2014-04-08
fs/ufs: remove unused ufs_super_block_third pointer
Christian Engelmayer
1
-2
/
+0
2014-04-08
fs/ufs: remove unused ufs_super_block_second pointer
Christian Engelmayer
1
-2
/
+0
2014-04-08
fs/ufs: remove unused ufs_super_block_first pointer
Christian Engelmayer
3
-18
/
+0
2014-04-08
fs/ufs/super.c: add __init to init_inodecache()
Fabian Frederick
1
-1
/
+1
2014-04-08
doc/kernel-parameters.txt: add early_ioremap_debug
Mark Salter
1
-0
/
+5
2014-04-08
arm64: add early_ioremap support
Mark Salter
11
-52
/
+169
2014-04-08
arm64: initialize pgprot info earlier in boot
Mark Salter
3
-2
/
+4
2014-04-08
x86: use generic early_ioremap
Mark Salter
6
-240
/
+13
2014-04-08
mm: create generic early_ioremap() support
Mark Salter
4
-0
/
+291
2014-04-08
x86/mm: sparse warning fix for early_memremap
Dave Young
2
-4
/
+9
2014-04-08
lglock: map to spinlock when !CONFIG_SMP
Josh Triplett
2
-1
/
+18
2014-04-08
percpu: add preemption checks to __this_cpu ops
Christoph Lameter
2
-14
/
+43
2014-04-08
vmstat: use raw_cpu_ops to avoid false positives on preemption checks
Christoph Lameter
1
-2
/
+6
2014-04-08
slub: use raw_cpu_inc for incrementing statistics
Christoph Lameter
1
-1
/
+5
2014-04-08
net: replace __this_cpu_inc in route.c with raw_cpu_inc
Christoph Lameter
1
-1
/
+1
[next]