index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
semaphore.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
[PATCH] Factor out nfsd_do_readdir() into its own function
David Woodhouse
1
-16
/
+24
2008-10-23
[PATCH] reduce the stack footprint of exportfs_decode_fh()
Al Viro
1
-5
/
+4
2008-10-23
[PATCH] kill d_alloc_anon
Christoph Hellwig
2
-72
/
+37
2008-10-23
[PATCH] switch all filesystems over to d_obtain_alias
Christoph Hellwig
19
-305
/
+78
2008-10-23
[PATCH] new helper: d_obtain_alias
Christoph Hellwig
3
-24
/
+38
2008-10-23
[PATCH] generic_file_llseek tidyups
Christoph Hellwig
1
-18
/
+40
2008-10-23
[PATCH] tidy up chrdev_open
Christoph Hellwig
1
-7
/
+14
2008-10-23
[PATCH] hpfs: cleanup ->setattr
Christoph Hellwig
4
-13
/
+22
2008-10-23
[PATCH] dm: kill lookup_device wrapper
Christoph Hellwig
1
-15
/
+6
2008-10-23
[PATCH] make O_EXCL in nd->intent.flags visible in nd->flags
Al Viro
4
-8
/
+9
2008-10-23
[PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufs
Al Viro
1
-2
/
+2
2008-10-23
[PATCH] get rid of path_lookup_create()
Al Viro
1
-39
/
+22
2008-10-23
[PATCH] get rid of nameidata in audit_tree
Al Viro
1
-24
/
+24
2008-10-23
[PATCH] assorted path_lookup() -> kern_path() conversions
Al Viro
4
-37
/
+34
2008-10-23
[PATCH] switch nfsd to kern_path()
Al Viro
4
-58
/
+56
2008-10-23
[PATCH] sanitize svc_export_parse()
Al Viro
1
-42
/
+35
2008-10-23
[PATCH] switch quota_on-related stuff to kern_path()
Al Viro
4
-37
/
+37
2008-10-23
[PATCH] no need for noinline stuff in fs/namespace.c anymore
Al Viro
1
-12
/
+5
2008-10-23
[PATCH] finally get rid of nameidata in namespace.c
Al Viro
1
-60
/
+59
2008-10-23
[PATCH] new helper - kern_path()
Al Viro
2
-0
/
+12
2008-10-21
binfmt_elf_fdpic: Update for cputime changes.
Paul Mundt
1
-12
/
+7
2008-10-21
mm: remove duplicated #include's
Huang Weiyi
2
-3
/
+0
2008-10-21
Export tiny shmem_file_setup for DRM-GEM
Hugh Dickins
2
-1
/
+2
2008-10-21
misc: replace remaining __FUNCTION__ with __func__
Harvey Harrison
5
-8
/
+8
2008-10-21
fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c
Thomas Gleixner
1
-2
/
+3
2008-10-21
fix WARN() for PPC
Arjan van de Ven
1
-1
/
+1
2008-10-21
kexec: fix crash_save_vmcoreinfo_init build problem
Luck, Tony
1
-0
/
+1
2008-10-20
USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c
Linus Torvalds
1
-1
/
+1
2008-10-20
i915: cleanup coding horrors in i915_gem_gtt_pwrite()
Linus Torvalds
1
-23
/
+36
2008-10-20
Fix sprintf format warnings in drm_proc.c
Linus Torvalds
1
-2
/
+2
2008-10-20
byteorder: remove direct includes of linux/byteorder/swab[b].h
Harvey Harrison
1
-1
/
+1
2008-10-20
Update email addresses.
Dave Jones
18
-26
/
+26
2008-10-20
fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
Alexey Dobriyan
6
-267
/
+269
2008-10-20
Remove empty imacfb.c file
Linus Torvalds
1
-0
/
+0
2008-10-20
PCI: fix pci_ioremap_bar() on s390
Heiko Carstens
1
-0
/
+2
2008-10-20
Update .gitignore files for generated targets
Linus Torvalds
2
-1
/
+2
2008-10-20
PCI: fix AER capability check
Yu Zhao
4
-12
/
+5
2008-10-20
PCI: use pci_find_ext_capability everywhere
Jesse Barnes
5
-65
/
+20
2008-10-20
PCI: remove #ifdef DEBUG around dev_dbg call
Jesse Barnes
1
-2
/
+0
2008-10-20
PCI hotplug: fix get_##name return value problem
Kenji Kaneshige
1
-1
/
+1
2008-10-20
PCI: document the pcie_aspm kernel parameter
Chuck Ebbert
1
-0
/
+6
2008-10-20
PCI: introduce an pci_ioremap(pdev, barnr) function
Arjan van de Ven
1
-0
/
+13
2008-10-20
powerpc/PCI: Add legacy PCI access via sysfs
Benjamin Herrenschmidt
3
-1
/
+153
2008-10-20
PCI: Add ability to mmap legacy_io on some platforms
Benjamin Herrenschmidt
5
-82
/
+102
2008-10-20
PCI: probing debug message uniformization
Vincent Legoll
2
-16
/
+15
2008-10-20
PCI: support PCIe ARI capability
Yu Zhao
5
-0
/
+62
2008-10-20
PCI: centralize the capabilities code in probe.c
Zhao, Yu
1
-7
/
+20
2008-10-20
PCI: centralize the capabilities code in pci-sysfs.c
Zhao, Yu
1
-55
/
+83
2008-10-20
PCI: fix 64-vbit prefetchable memory resource BARs
Peter Chubb
1
-1
/
+1
2008-10-20
PCI: replace cfg space size (256/4096) by macros.
Zhao, Yu
4
-12
/
+21
[next]