index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
array.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
alpha: fix legacy mode PCI IDE controllers
Ivan Kokshaysky
2
-17
/
+7
2008-04-24
sparc: sunzilog uart order
Robert Reif
1
-13
/
+17
2008-04-24
[SPARC64]: Detect trap frames in stack backtraces.
David S. Miller
2
-7
/
+28
2008-04-24
[SPARC64]: %l6 trap return handling no longer necessary.
David S. Miller
9
-63
/
+45
2008-04-24
[SPARC64]: Use trap type stored in pt_regs to handle syscall restart.
David S. Miller
2
-21
/
+21
2008-04-24
[ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84f
Catalin Marinas
23
-17
/
+29
2008-04-24
[ARM] 5010/1: htc-pasic3: remove unused defines and includes
Philipp Zabel
1
-3
/
+0
2008-04-23
[SPARC64]: Store magic cookie and trap type in pt_regs.
David S. Miller
2
-2
/
+20
2008-04-23
[SPARC64]: PROM debug console can be CON_ANYTIME.
David S. Miller
1
-1
/
+1
2008-04-23
sparc64: cleanup after SunOS/Solaris binary emulation removal
Adrian Bunk
2
-3
/
+1
2008-04-23
sparc: cleanup after SunOS binary emulation removal
Adrian Bunk
2
-6
/
+0
2008-04-23
[SPARC64]: Add NUMA support.
David S. Miller
7
-138
/
+881
2008-04-23
[SPARC64]: Allocate TSB node-local.
David S. Miller
1
-1
/
+2
2008-04-23
[SPARC64]: NUMA device infrastructure.
David S. Miller
16
-23
/
+91
2008-04-23
[SPARC64]: Kill pci_iommu_table_init() declaration.
David S. Miller
1
-2
/
+0
2008-04-23
[SPARC64]: Once we have the boot cmdline, call parse_early_param()
David S. Miller
1
-0
/
+1
2008-04-23
[SPARC64]: Remove unused asm-sparc64/numnodes.h
David S. Miller
1
-6
/
+0
2008-04-23
[SPARC64]: Decrease SECTION_SIZE_BITS to 30.
David S. Miller
1
-1
/
+1
2008-04-23
[SPARC64]: Initialize MDESC earlier and use lmb_alloc()
David S. Miller
2
-15
/
+19
2008-04-23
[SPARC64]: Use lmb_alloc() for PROM device tree.
David S. Miller
2
-7
/
+11
2008-04-23
[SPARC64]: Call real_setup_per_cpu_areas() earlier and use lmb_alloc().
David S. Miller
2
-5
/
+14
2008-04-23
[SPARC64]: Fully use LMB information in bootmem_init().
David S. Miller
1
-82
/
+18
2008-04-23
[SPARC64]: Start using LMB information in bootmem_init().
David S. Miller
1
-126
/
+6
2008-04-23
[SPARC64]: Initialize LMB tables.
David S. Miller
1
-1
/
+13
2008-04-23
[SPARC64]: Move ramdisk discovery code out to seperate function.
David S. Miller
1
-24
/
+33
2008-04-23
[LMB]: Fix lmb allocation regression.
David S. Miller
1
-1
/
+1
2008-04-23
slab_err: Pass parameters correctly to slab_bug
Christoph Lameter
1
-2
/
+2
2008-04-23
pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ resources 2"
Len Brown
1
-4
/
+6
2008-04-23
iwlwifi: Fix built-in compilation of iwlcore
Tomas Winkler
1
-1
/
+1
2008-04-23
net: Unexport move_addr_to_{kernel,user}
Adrian Bunk
1
-3
/
+0
2008-04-23
rt2x00: Select LEDS_CLASS.
David S. Miller
1
-5
/
+10
2008-04-23
iwlwifi: Select LEDS_CLASS.
David S. Miller
1
-2
/
+6
2008-04-23
leds: Do not guard NEW_LEDS with HAS_IOMEM
David S. Miller
1
-1
/
+0
2008-04-23
[patch 7/7] vfs: mountinfo: show dominating group id
Miklos Szeredi
4
-2
/
+65
2008-04-23
[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
Ram Pai
4
-23
/
+144
2008-04-23
[patch 5/7] vfs: mountinfo: allow using process root
Miklos Szeredi
3
-63
/
+70
2008-04-23
[patch 4/7] vfs: mountinfo: add mount peer group ID
Miklos Szeredi
3
-4
/
+95
2008-04-23
[patch 3/7] vfs: mountinfo: add mount ID
Miklos Szeredi
2
-0
/
+35
2008-04-23
[patch 2/7] vfs: mountinfo: add seq_file_root()
Miklos Szeredi
4
-8
/
+49
2008-04-23
[patch 1/7] vfs: mountinfo: add dentry_path()
Ram Pai
4
-40
/
+118
2008-04-23
[PATCH] remove unused label in xattr.c (noise from ro-bind)
Al Viro
1
-1
/
+0
2008-04-22
Fix cardbus resource allocation
Linus Torvalds
1
-15
/
+15
2008-04-22
bus_remove_device: be more careful about incomplete initialization
Rafael J. Wysocki
1
-1
/
+2
2008-04-22
Relax check on adding children of suspended devices
Rafael J. Wysocki
1
-9
/
+6
2008-04-22
[PATCH] get rid of __exit_files(), __exit_fs() and __put_fs_struct()
Al Viro
1
-21
/
+6
2008-04-22
[PATCH] proc_readfd_common() race fix
Al Viro
1
-3
/
+1
2008-04-22
[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()
Al Viro
1
-0
/
+3
2008-04-22
fs: use loff_t type instead of long long
David Sterba
2
-4
/
+4
2008-04-22
[IA64] run drivers/misc/sgi-xp through scripts/checkpatch.pl
Dean Nelson
7
-391
/
+268
2008-04-22
[IA64] run rest drivers/misc/sgi-xp through scripts/Lindent
Dean Nelson
3
-506
/
+322
[next]