index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
2008-02-15
12
-13
/
+46
|
\
|
*
x86: cpa, fix out of date comment
Ingo Molnar
2008-02-14
1
-2
/
+6
|
*
KVM is not seen under X86 config with latest git (32 bit compile)
Balbir Singh
2008-02-14
1
-2
/
+2
|
*
x86: cpa: ensure page alignment
Thomas Gleixner
2008-02-14
1
-0
/
+9
|
*
x86: include proper prototypes for rodata_test
Harvey Harrison
2008-02-14
4
-3
/
+8
|
*
x86: fix gart_iommu_init()
Ingo Molnar
2008-02-14
1
-0
/
+9
|
*
x86: EFI set_memory_x()/set_memory_uc() fixes
Ingo Molnar
2008-02-14
1
-2
/
+2
|
*
x86: make dump_pagetable() static
Adrian Bunk
2008-02-14
2
-2
/
+1
|
*
x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...
Ingo Molnar
2008-02-14
2
-2
/
+9
*
|
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
2008-02-15
19
-54
/
+76
|
\
\
|
*
|
[POWERPC] Remove unused CONFIG_WANT_DEVICE_TREE
Grant Likely
2008-02-14
6
-17
/
+0
|
*
|
[POWERPC] Cell RAS: Remove DEBUG, and add license and copyright
Michael Ellerman
2008-02-14
1
-1
/
+10
|
*
|
[POWERPC] hvc_rtas_init() must be __init
Adrian Bunk
2008-02-14
1
-1
/
+1
|
*
|
[POWERPC] free_property() must not be __init
Adrian Bunk
2008-02-14
1
-1
/
+1
|
*
|
[POWERPC] vdso_do_func_patch{32,64}() must be __init
Adrian Bunk
2008-02-14
1
-6
/
+6
|
*
|
[POWERPC] Remove generated files on make clean
Kumar Gala
2008-02-14
2
-0
/
+4
|
*
|
[POWERPC] Fix arch/ppc compilation - add typedef for pgtable_t
Stefan Roese
2008-02-14
1
-0
/
+2
|
*
|
[POWERPC] Wire up new timerfd syscalls
Stephen Rothwell
2008-02-14
2
-3
/
+7
|
*
|
[POWERPC] PS3: Update sys-manager button events
Geoff Levand
2008-02-14
1
-6
/
+23
|
*
|
[POWERPC] PS3: Sys-manager code cleanup
Geoff Levand
2008-02-14
1
-6
/
+7
|
*
|
[POWERPC] PS3: Use system reboot on restart
Geoff Levand
2008-02-14
1
-1
/
+1
|
*
|
[POWERPC] PS3: Fix bootwrapper hang bug
Geoff Levand
2008-02-14
1
-1
/
+1
|
*
|
[POWERPC] PS3: Fix reading pm interval in logical performance monitor
Takashi Yamamoto
2008-02-14
1
-8
/
+10
|
*
|
[POWERPC] PS3: Fix setting bookmark in logical performance monitor
Takashi Yamamoto
2008-02-14
1
-2
/
+2
|
*
|
[POWERPC] Fix DEBUG_PREEMPT warning when warning
Hugh Dickins
2008-02-14
1
-1
/
+1
|
|
/
*
|
dentries: Extract common code to remove dentry from lru
Christoph Lameter
2008-02-15
1
-28
/
+14
*
|
d_path: Make d_path() use a struct path
Jan Blunck
2008-02-15
12
-36
/
+24
*
|
d_path: Make seq_path() use a struct path argument
Jan Blunck
2008-02-15
9
-17
/
+16
*
|
Use struct path in struct svc_expkey
Jan Blunck
2008-02-15
2
-19
/
+14
*
|
Use struct path in struct svc_export
Jan Blunck
2008-02-15
9
-70
/
+67
*
|
d_path: Make get_dcookie() use a struct path argument
Jan Blunck
2008-02-15
4
-48
/
+37
*
|
d_path: Make proc_get_link() use a struct path argument
Jan Blunck
2008-02-15
5
-42
/
+34
*
|
d_path: Use struct path in struct avc_audit_data
Jan Blunck
2008-02-15
6
-51
/
+43
*
|
d_path: kerneldoc cleanup
Jan Blunck
2008-02-15
1
-3
/
+16
*
|
One less parameter to __d_path
Jan Blunck
2008-02-15
1
-7
/
+5
*
|
Make set_fs_{root,pwd} take a struct path
Jan Blunck
2008-02-15
3
-24
/
+20
*
|
Use struct path in fs_struct
Jan Blunck
2008-02-15
9
-111
/
+87
*
|
Introduce path_get()
Jan Blunck
2008-02-15
2
-2
/
+16
*
|
Use path_put() in a few places instead of {mnt,d}put()
Jan Blunck
2008-02-15
2
-12
/
+6
*
|
Introduce path_put()
Jan Blunck
2008-02-15
41
-118
/
+125
*
|
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2008-02-15
47
-402
/
+431
*
|
Move struct path into its own header
Jan Blunck
2008-02-15
2
-5
/
+13
*
|
Remove path_release_on_umount()
Jan Blunck
2008-02-15
3
-12
/
+3
*
|
Dont touch fs_struct in usermodehelper
Jan Blunck
2008-02-15
1
-4
/
+1
*
|
Dont touch fs_struct in drivers
Jan Blunck
2008-02-15
7
-19
/
+6
*
|
vfs: add explanation of I_DIRTY_DATASYNC bit
Jan Kara
2008-02-15
1
-2
/
+4
*
|
Include kernel.h from configfs.h
Ben Nizette
2008-02-15
1
-0
/
+1
*
|
MAINTAINERS: update decnet and DLM entries
Christine Caulfield
2008-02-15
1
-4
/
+4
*
|
FLAT binaries: drop BINFMT_FLAT bad header magic warning
Mike Frysinger
2008-02-15
1
-4
/
+4
*
|
m68knommu: use tabs not spaces in cacheflush.h
Greg Ungerer
2008-02-15
1
-7
/
+7
[next]