| Commit message (Expand) | Author | Age | Files | Lines |
* | dm crypt: drop device ref in ctr error path | Dmitry Monakhov | 2007-10-20 | 1 | -1/+3 |
* | dm io:ctl use constant struct size | Milan Broz | 2007-10-20 | 2 | -5/+6 |
* | dm mpath: rdac fix init race | Bryn M. Reeves | 2007-10-20 | 1 | -7/+8 |
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 | Linus Torvalds | 2007-10-19 | 97 | -700/+754 |
|\ |
|
| * | x86: convert cpuinfo_x86 array to a per_cpu array | Mike Travis | 2007-10-19 | 39 | -128/+148 |
| * | x86: introduce frame_pointer() and stack_pointer() | Jan Blunck | 2007-10-19 | 3 | -10/+6 |
| * | x86 & generic: change to __builtin_prefetch() | Andi Kleen | 2007-10-19 | 2 | -13/+2 |
| * | i386: do not BUG_ON() when MSR is unknown | Stephane Eranian | 2007-10-19 | 1 | -4/+12 |
| * | x86: acpi use cpu_physical_id | Mike Travis | 2007-10-19 | 2 | -7/+3 |
| * | x86: convert cpu_llc_id to be a per cpu variable | Mike Travis | 2007-10-19 | 5 | -10/+15 |
| * | x86: convert cpu_to_apicid to be a per cpu variable | Mike Travis | 2007-10-19 | 12 | -22/+80 |
| * | i386: introduce "used_vectors" bitmap which can be used to reserve vectors. | Rusty Russell | 2007-10-19 | 4 | -6/+23 |
| * | x86: use raw locks during oopses | Andi Kleen | 2007-10-19 | 2 | -14/+14 |
| * | x86: honor _PAGE_PSE bit on page walks | Jan Beulich | 2007-10-19 | 2 | -2/+3 |
| * | i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE. | Akinobu Mita | 2007-10-19 | 1 | -13/+19 |
| * | x86: implement missing x86_64 function smp_call_function_mask() | Laurent Vivier | 2007-10-19 | 2 | -56/+65 |
| * | x86: use descriptor's functions instead of inline assembly | Glauber de Oliveira Costa | 2007-10-19 | 5 | -9/+41 |
| * | i386: consolidate show_regs and show_registers for i386 | Pavel Emelyanov | 2007-10-19 | 3 | -44/+45 |
| * | i386: make callgraph use dump_trace() on i386/x86_64 | Jan Blunck | 2007-10-19 | 1 | -66/+38 |
| * | x86: enable iommu_merge by default | Andi Kleen | 2007-10-19 | 1 | -1/+1 |
| * | i386: i386 add AMD64 Barcelona PMU MSR definitions to msr.h | Stephane Eranian | 2007-10-19 | 1 | -11/+25 |
| * | x86: Unify i386 and x86-64 early quirks | Andi Kleen | 2007-10-19 | 9 | -103/+20 |
| * | x86: enable HPET on ICH3 and ICH4 | Udo A. Steinberg | 2007-10-19 | 1 | -0/+18 |
| * | x86: force enable HPET on VT8235/8237 chipsets | Udo A. Steinberg | 2007-10-19 | 1 | -1/+68 |
| * | x86: add force_hpet boot option | Thomas Gleixner | 2007-10-19 | 3 | -2/+8 |
| * | x86: quirk.c trivial coding style and white space cleanup | Thomas Gleixner | 2007-10-19 | 1 | -11/+14 |
| * | x86: don't zero pad addresses in segfault message | Andi Kleen | 2007-10-19 | 1 | -1/+1 |
| * | x86: Use linux/elfcore-compat.h | Roland McGrath | 2007-10-19 | 2 | -78/+52 |
| * | x86: merge init_task_32/64.c | Hiroshi Shimamoto | 2007-10-19 | 7 | -63/+16 |
| * | x86: remove page_fault_trace | Andi Kleen | 2007-10-19 | 1 | -12/+0 |
| * | Kconfig: Missing line breaks in arch/x86_64/Kconfig | Adrian Knoth | 2007-10-19 | 1 | -3/+3 |
| * | x86: move cpufreq Kconfigs to the same directory | Thomas Gleixner | 2007-10-19 | 4 | -3/+3 |
| * | GEODE: use symbolic constant in cs5536 reboot fixup | Andres Salomon | 2007-10-19 | 2 | -5/+5 |
| * | x86: fix CONFIG_NUMA and nosmp | maxcpus=0/1 crash | Ingo Molnar | 2007-10-19 | 1 | -0/+2 |
| * | x86: use relative symlink for bzImage | Sam Ravnborg | 2007-10-19 | 2 | -4/+4 |
| * | x86, vsyscall: fix the oops crash with __pa_vsymbol() | Siddha, Suresh B | 2007-10-19 | 1 | -1/+1 |
| * | x86: update .gitignore entries | Thomas Gleixner | 2007-10-19 | 2 | -0/+2 |
* | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-10-19 | 10 | -36/+183 |
|\ \ |
|
| * | | NFSv4: Fix an rpc_cred reference leakage in fs/nfs/delegation.c | Trond Myklebust | 2007-10-19 | 1 | -1/+2 |
| * | | NFSv4: Ensure that we wait for the CLOSE request to complete | Trond Myklebust | 2007-10-19 | 5 | -13/+41 |
| * | | NFS: Fix a race in sillyrename | Trond Myklebust | 2007-10-19 | 5 | -18/+127 |
| * | | NFS: Fix a writeback race... | Trond Myklebust | 2007-10-19 | 1 | -4/+13 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-19 | 9 | -38/+101 |
|\ \ \ |
|
| * | | | kbuild: fix first module build | Sam Ravnborg | 2007-10-19 | 1 | -6/+7 |
| * | | | kconfig: update kconfig-language text | Randy Dunlap | 2007-10-19 | 1 | -1/+13 |
| * | | | kbuild: introduce cc-cross-prefix | Sam Ravnborg | 2007-10-19 | 2 | -0/+33 |
| * | | | kbuild: disable depmod in cross-compile kernel build | Sam Ravnborg | 2007-10-18 | 1 | -18/+12 |
| * | | | kbuild: make deb-pkg - add 'Provides:' line | bugme-daemon@bugzilla.kernel.org | 2007-10-18 | 1 | -0/+2 |
| * | | | kconfig: comment typo in scripts/kconfig/Makefile. | Rob Landley | 2007-10-18 | 1 | -1/+1 |
| * | | | kbuild: stop docproc segfaulting when SRCTREE isn't set. | Rob Landley | 2007-10-18 | 1 | -2/+9 |