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
2014-08-08
qlogic: use pci_zalloc_consistent
Joe Perches
2
-9
/
+6
2014-08-08
micrel: use pci_zalloc_consistent
Joe Perches
1
-4
/
+3
2014-08-08
sky2: use pci_zalloc_consistent
Joe Perches
1
-3
/
+2
2014-08-08
enic: use pci_zalloc_consistent
Joe Perches
1
-5
/
+3
2014-08-08
atl1e: use pci_zalloc_consistent
Joe Perches
1
-5
/
+2
2014-08-08
amd: use pci_zalloc_consistent
Joe Perches
1
-10
/
+8
2014-08-08
media: use pci_zalloc_consistent
Joe Perches
6
-43
/
+22
2014-08-08
i810: use pci_zalloc_consistent
Joe Perches
1
-3
/
+2
2014-08-08
infiniband: use pci_zalloc_consistent
Joe Perches
3
-13
/
+10
2014-08-08
crypto: use pci_zalloc_consistent
Joe Perches
1
-3
/
+2
2014-08-08
block: use pci_zalloc_consistent
Joe Perches
3
-32
/
+22
2014-08-08
atm: use pci_zalloc_consistent
Joe Perches
2
-25
/
+21
2014-08-08
pci-dma-compat: add pci_zalloc_consistent helper
Joe Perches
1
-0
/
+8
2014-08-08
drivers/scsi: replace strict_strto calls
Daniel Walter
2
-4
/
+4
2014-08-08
arch/x86: replace strict_strto calls
Daniel Walter
5
-9
/
+9
2014-08-08
arch/powerpc: replace obsolete strict_strto* calls
Daniel Walter
4
-7
/
+7
2014-08-08
arch/arm/mach-w90x900/cpu.c: replace obsolete strict_strto
Daniel Walter
1
-1
/
+2
2014-08-08
arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*
Daniel Walter
1
-1
/
+1
2014-08-08
arch/arm/mach-pxa: replace strict_strto call with kstrto
Daniel Walter
2
-2
/
+2
2014-08-08
arch/arm/mach-omap2: replace strict_strto* with kstrto*
Daniel Walter
2
-17
/
+7
2014-08-08
MAINTAINERS: update IBM ServeRAID RAID info
Michael Opdenacker
2
-4
/
+8
2014-08-08
MAINTAINERS: remove two ancient EATA sections
Joe Perches
1
-14
/
+0
2014-08-08
update Roland McGrath's mail
Richard Weinberger
1
-1
/
+1
2014-08-08
init/main.c: code clean-up
Fabian Frederick
1
-11
/
+12
2014-08-08
kernel/acct.c: fix coding style warnings and errors
Ionut Alexa
1
-13
/
+17
2014-08-08
arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area
Andy Lutomirski
21
-182
/
+53
2014-08-08
fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
1
-10
/
+5
2014-08-08
scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86
Konstantin Khlebnikov
1
-7
/
+5
2014-08-08
scripts/tags.sh: include compat_sys_* symbols in the generated tags
Catalin Marinas
1
-0
/
+2
2014-08-08
scripts/coccinelle/free/ifnullfree.cocci: add copyright information
Fabian Frederick
1
-2
/
+3
2014-08-08
scripts/coccinelle/free: add NULL test before freeing functions
Fabian Frederick
1
-0
/
+52
2014-08-08
lib/scatterlist: clean up useless architecture versions of scatterlist.h
Laura Abbott
14
-47
/
+7
2014-08-08
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig
Laura Abbott
28
-60
/
+30
2014-08-08
shm: remove unneeded extern for function
Jack Miller
1
-1
/
+1
2014-08-08
shm: allow exit_shm in parallel if only marking orphans
Jack Miller
1
-32
/
+35
2014-08-08
shm: make exit_shm work proportional to task activity
Jack Miller
4
-12
/
+34
2014-08-08
initramfs: add write error checks
David Engraf
1
-2
/
+4
2014-08-08
initramfs: support initramfs that is bigger than 2GiB
Yinghai Lu
20
-110
/
+111
2014-08-08
initramfs: support initrd that is bigger than 2GiB
Yinghai Lu
1
-4
/
+32
2014-08-08
initrd: fix lz4 decompress with initrd
Yinghai Lu
1
-22
/
+43
2014-08-08
fs/qnx6: update debugging to current functions
Fabian Frederick
5
-39
/
+23
2014-08-08
fs/qnx6: use pr_fmt and __func__ in logging
Fabian Frederick
4
-38
/
+44
2014-08-08
fs/qnx6: convert printk to pr_foo()
Fabian Frederick
3
-55
/
+43
2014-08-08
fs/romfs/super.c: add blank line after declarations
Fabian Frederick
1
-0
/
+2
2014-08-08
fs/romfs/super.c: use pr_fmt in logging
Fabian Frederick
1
-7
/
+8
2014-08-08
fs/romfs/super.c: convert printk to pr_foo()
Fabian Frederick
1
-9
/
+7
2014-08-08
fs/cramfs/inode.c: use linux/uaccess.h
Fabian Frederick
1
-1
/
+1
2014-08-08
fs/cramfs: code clean-up
Fabian Frederick
2
-12
/
+15
2014-08-08
fs/cramfs: use pr_fmt
Fabian Frederick
2
-8
/
+12
2014-08-08
fs/cramfs: convert printk to pr_foo()
Fabian Frederick
2
-10
/
+10
[next]