| Commit message (Expand) | Author | Age |
* | bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP | Alain Knaff | 2009-01-07 |
* | bzip2/lzma: move initrd/ramfs options out of BLK_DEV | H. Peter Anvin | 2009-01-07 |
* | bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE | H. Peter Anvin | 2009-01-07 |
* | bzip2/lzma: proper Kconfig dependencies for the ramdisk options | H. Peter Anvin | 2009-01-05 |
* | bzip2/lzma: make config machinery an arch configurable | H. Peter Anvin | 2009-01-04 |
* | bzip2/lzma: handle failures from bzip2 and lzma correctly | H. Peter Anvin | 2009-01-04 |
* | bzip2/lzma: x86 kernel compression support | Alain Knaff | 2009-01-04 |
* | bzip2/lzma: use a table to search for initramfs compression formats | H. Peter Anvin | 2009-01-04 |
* | bzip2/lzma: config and initramfs support for bzip2/lzma decompression | Alain Knaff | 2009-01-04 |
* | bzip2/lzma: library support for gzip, bzip2 and lzma decompression | Alain Knaff | 2009-01-04 |
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 |
|\ |
|
| * | x86: setup_per_cpu_areas() cleanup | Cyrill Gorcunov | 2009-01-03 |
| * | cpumask: fix compile error when CONFIG_NR_CPUS is not defined | Mike Travis | 2009-01-03 |
| * | cpumask: use alloc_cpumask_var_node where appropriate | Mike Travis | 2009-01-03 |
| * | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t | Rusty Russell | 2009-01-03 |
| * | x86: use cpumask_var_t in acpi/boot.c | Rusty Russell | 2009-01-03 |
| * | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids | Mike Travis | 2009-01-03 |
| * | sched: put back some stack hog changes that were undone in kernel/sched.c | Mike Travis | 2009-01-03 |
| * | x86: enable cpus display of kernel_max and offlined cpus | Mike Travis | 2009-01-03 |
| * | ia64: cpumask fix for is_affinity_mask_valid() | Ingo Molnar | 2009-01-03 |
| * | cpumask: convert RCU implementations, fix | Ingo Molnar | 2009-01-03 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Ingo Molnar | 2009-01-03 |
| |\ |
|
| | * | xtensa: define __fls | Rusty Russell | 2009-01-03 |
| | * | mn10300: define __fls | Rusty Russell | 2009-01-03 |
| | * | m32r: define __fls | Rusty Russell | 2009-01-03 |
| | * | h8300: define __fls | Rusty Russell | 2009-01-03 |
| | * | frv: define __fls | Rusty Russell | 2009-01-03 |
| | * | cris: define __fls | Rusty Russell | 2009-01-03 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 2009-01-03 |
| |\| |
|
| | * | cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | Rusty Russell | 2008-12-31 |
| | * | cpumask: zero extra bits in alloc_cpumask_var_node | Rusty Russell | 2008-12-31 |
| | * | cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/ | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert mm/ | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert rest of files in kernel/ | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel/cpu.c | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel/profile.c | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert RCU implementations | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel/irq | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel time functions | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel/workqueue.c | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel/compat.c | Rusty Russell | 2008-12-31 |
| | * | cpumask: remove any_online_cpu() users: mm/ | Rusty Russell | 2008-12-31 |
| | * | cpumask: remove any_online_cpu() users: kernel/ | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel trace functions further | Rusty Russell | 2008-12-31 |
| | * | cpumask: convert kernel trace functions | Rusty Russell | 2008-12-31 |
| | * | cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64 | Rusty Russell | 2008-12-31 |
| | * | cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpc | Rusty Russell | 2008-12-31 |
| | * | cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): s390 | Rusty Russell | 2008-12-31 |
| | * | cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): sparc | Rusty Russell | 2008-12-31 |
| | * | cpumask: Use find_last_bit() | Rusty Russell | 2008-12-31 |