| Commit message (Expand) | Author | Files | Lines |
2009-05-09 | x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.S | H. Peter Anvin | 2 | -2/+2 |
2009-05-09 | x86, boot: follow standard Kbuild style for compression suffix | H. Peter Anvin | 1 | -4/+4 |
2009-05-09 | x86, boot: simplify arch/x86/boot/compressed/Makefile | H. Peter Anvin | 1 | -33/+6 |
2009-05-09 | x86: add a Kconfig symbol for when relocations are needed | H. Peter Anvin | 1 | -0/+5 |
2009-05-09 | kbuild: allow compressors (gzip, bzip2, lzma) to take multiple inputs | H. Peter Anvin | 2 | -17/+21 |
2009-05-09 | x86, boot: align the .bss section in the decompressor | H. Peter Anvin | 1 | -0/+1 |
2009-04-30 | x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler | Sam Ravnborg | 1 | -0/+2 |
2009-04-29 | x86, vmlinux.lds: fix relocatable symbols | Ingo Molnar | 1 | -2/+5 |
2009-04-29 | x86, vmlinux.lds: add copyright | Ingo Molnar | 1 | -1/+2 |
2009-04-29 | x86, vmlinux.lds: unify remaining parts | Sam Ravnborg | 3 | -55/+27 |
2009-04-29 | x86, vmlinux.lds: unify percpu | Sam Ravnborg | 3 | -32/+30 |
2009-04-29 | x86, vmlinux.lds: unify .exit.* and .init.ramfs | Sam Ravnborg | 3 | -42/+20 |
2009-04-29 | x86, vmlinux.lds: unify parainstructions | Sam Ravnborg | 3 | -36/+18 |
2009-04-29 | x86, vmlinux.lds: unify first part of initdata | Sam Ravnborg | 3 | -119/+61 |
2009-04-29 | x86, vmlinux.lds: move vsyscall output sections | Sam Ravnborg | 2 | -68/+71 |
2009-04-29 | x86, vmlinux.lds: unify data output sections | Sam Ravnborg | 3 | -65/+55 |
2009-04-29 | x86, vmlinux.lds: unify exception table | Sam Ravnborg | 3 | -20/+10 |
2009-04-29 | x86, vmlinux.lds: unify .text output sections | Sam Ravnborg | 4 | -51/+31 |
2009-04-29 | x86, vmlinux.lds: unify start/end of SECTIONS | Sam Ravnborg | 3 | -18/+14 |
2009-04-29 | x86, vmlinux.lds: unify PHDRS | Sam Ravnborg | 3 | -16/+13 |
2009-04-29 | x86, vmlinux.lds: unify header/footer | Sam Ravnborg | 3 | -79/+77 |
2009-04-29 | x86: beautify vmlinux_32.lds.S | Sam Ravnborg | 1 | -176/+200 |
2009-04-27 | x86: unify arch/x86/boot/compressed/vmlinux_*.lds | Linus Torvalds | 5 | -49/+20 |
2009-04-27 | x86: beautify vmlinux_64.lds.S | Sam Ravnborg | 1 | -205/+243 |
2009-04-16 | x86: standardize Kbuild rules | Sam Ravnborg | 2 | -17/+18 |
2009-04-15 | ALSA: hda - Fix the cmd cache keys for amp verbs | Takashi Iwai | 1 | -1/+5 |
2009-04-15 | acpi-cpufreq: fix 'smp_call_function_many()' confusion | Linus Torvalds | 1 | -0/+6 |
2009-04-15 | cfq-iosched: add close cooperator code | Jens Axboe | 1 | -25/+198 |
2009-04-15 | cfq-iosched: log responsible 'cfqq' in idle timer arm | Jens Axboe | 1 | -1/+1 |
2009-04-15 | cfq-iosched: tweak kick logic a bit more | Jens Axboe | 1 | -2/+5 |
2009-04-15 | cfq-iosched: no need to save interrupts in cfq_kick_queue() | Jens Axboe | 1 | -3/+2 |
2009-04-15 | brd: fix cacheflushing | Nick Piggin | 1 | -1/+3 |
2009-04-15 | brd: support barriers | Nick Piggin | 1 | -0/+1 |
2009-04-15 | swap: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 1 | -2/+0 |
2009-04-15 | gfs2: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 1 | -5/+0 |
2009-04-15 | ext4: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 1 | -2/+0 |
2009-04-15 | dio: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 1 | -2/+0 |
2009-04-15 | block: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2 | -5/+0 |
2009-04-15 | bio: add documentation to bio_alloc() | Jens Axboe | 1 | -0/+18 |
2009-04-15 | splice: add helpers for locking pipe inode | Miklos Szeredi | 5 | -72/+64 |
2009-04-15 | splice: remove generic_file_splice_write_nolock() | Miklos Szeredi | 2 | -61/+0 |
2009-04-15 | ocfs2: fix i_mutex locking in ocfs2_splice_to_file() | Miklos Szeredi | 3 | -22/+79 |
2009-04-15 | splice: fix i_mutex locking in generic_splice_write() | Miklos Szeredi | 1 | -11/+23 |
2009-04-15 | splice: remove i_mutex locking in splice_from_pipe() | Miklos Szeredi | 1 | -16/+2 |
2009-04-15 | splice: split up __splice_from_pipe() | Miklos Szeredi | 2 | -74/+153 |
2009-04-15 | block: fix SG_IO to return a proper error value | FUJITA Tomonori | 1 | -2/+4 |
2009-04-15 | ALSA: add missing definitions(letters) to HD-Audio.txt | Justin Mattock | 1 | -2/+2 |
2009-04-15 | GFS2: Use DEFINE_SPINLOCK | Xu Gang | 1 | -1/+1 |
2009-04-15 | GFS2: cleanup file_operations mess | Christoph Hellwig | 3 | -14/+16 |
2009-04-15 | GFS2: Move umount flush rwsem | Steven Whitehouse | 1 | -5/+5 |