| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: merge some trivially mergeable headers | Roland Dreier | 2007-10-17 | 7 | -102/+40 |
* | x86: trivial header merges | Brian Gerst | 2007-10-17 | 16 | -115/+5 |
* | x86: convert mm_context_t semaphore to a mutex | Luiz Fernando N. Capitulino | 2007-10-17 | 1 | -2/+2 |
* | x86: multi-byte single instruction NOPs | Jan Beulich | 2007-10-17 | 2 | -0/+44 |
* | x86: convert mm_context_t semaphore to a mutex | Luiz Fernando N. Capitulino | 2007-10-17 | 1 | -2/+2 |
* | x86: expand /proc/interrupts to include missing vectors, v2 | Joe Korty | 2007-10-17 | 2 | -0/+11 |
* | x86: unify include/asm/ldt_32/64.h | Thomas Gleixner | 2007-10-17 | 4 | -82/+39 |
* | x86: unify include/asm/ptrace-abi_32/64.h | Thomas Gleixner | 2007-10-17 | 4 | -103/+79 |
* | x86: unify include/asm/mce_32/64.h | Thomas Gleixner | 2007-10-17 | 3 | -128/+126 |
* | x86: asm-i386/io.h fix constness | Andrew Morton | 2007-10-17 | 1 | -6/+11 |
* | x86: visws extern inline to static inline | Adrian Bunk | 2007-10-17 | 2 | -8/+8 |
* | x86: cleanup 64bit unistd.h | Thomas Gleixner | 2007-10-17 | 1 | -316/+301 |
* | i386: fix argument signedness warnings | Satyam Sharma | 2007-10-17 | 1 | -3/+6 |
* | x86: rename .i assembler includes to .h | Adrian Bunk | 2007-10-17 | 7 | -31/+28 |
* | x86: Add parenthesis to IRQ vector macros | Steven Rostedt | 2007-10-17 | 1 | -16/+16 |
* | x86: Eliminate result signage problem in asm-x86_64/bitops.h | Chuck Lever | 2007-10-17 | 1 | -1/+1 |
* | x86: remove STR() macros | Glauber de Oliveira Costa | 2007-10-17 | 2 | -6/+0 |
* | x86: remove x86_cpu_to_log_apicid | Mike Travis | 2007-10-17 | 1 | -1/+0 |
* | i386: Remove strrchr assembler implementation | Andi Kleen | 2007-10-17 | 1 | -3/+0 |
* | x86: make atomic64_t work like atomic_t | Chris Snook | 2007-10-17 | 1 | -1/+1 |
* | i386: no need to make enable_cpu_hotplug a variable | Adrian Bunk | 2007-10-17 | 1 | -3/+0 |
* | x86: Create clflush() inline, remove hardcoded wbinvd | H. Peter Anvin | 2007-10-17 | 2 | -0/+9 |
* | x86: constify stacktrace_ops | Jan Beulich | 2007-10-17 | 1 | -1/+1 |
* | x86: remove reminder of i386 irqstat per cpu conversion | Thomas Gleixner | 2007-10-17 | 1 | -1/+0 |
* | x86_64: Remove serialize_cpu() inline | Andi Kleen | 2007-10-17 | 1 | -5/+0 |
* | x86: hide cond_syscall behind __KERNEL__ | Mike Frysinger | 2007-10-17 | 1 | -0/+2 |
* | x86: mark read_crX() asm code as volatile | Kirill Korotaev | 2007-10-17 | 2 | -5/+5 |
* | i386: fix 4 bit apicid assumption of mach-default | Siddha, Suresh B | 2007-10-17 | 1 | -1/+7 |
* | i386: export i386 smp_call_function_mask() to modules | Laurent Vivier | 2007-10-17 | 1 | -6/+3 |
* | x86: clean up apicid_to_node declaration | Andrew Morton | 2007-10-17 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-10-17 | 1 | -0/+2 |
|\ |
|
| * | sched: fix !SYSFS build breakage | Dhaval Giani | 2007-10-17 | 1 | -0/+2 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2007-10-17 | 5 | -34/+26 |
|\ \ |
|
| * \ | Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx int... | Paul Mackerras | 2007-10-17 | 1 | -2/+8 |
| |\ \ |
|
| | * | | [POWERPC] mpc52xx: Update mpc52xx_psc structure with B revision changes | Sylvain Munaut | 2007-10-16 | 1 | -2/+8 |
| * | | | [POWERPC] Add 1TB workaround for PA6T | Olof Johansson | 2007-10-17 | 1 | -1/+2 |
| * | | | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e... | Joachim Fenkes | 2007-10-17 | 1 | -31/+7 |
| * | | | [POWERPC] Move of_device allocation into of_device.[ch] | Joachim Fenkes | 2007-10-17 | 2 | -0/+9 |
| | |/
| |/| |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/li... | Linus Torvalds | 2007-10-17 | 6 | -79/+16 |
|\ \ \ |
|
| * | | | Remove magic macros for screen_info structure members | H. Peter Anvin | 2007-10-16 | 1 | -9/+0 |
| * | | | [x86] remove uses of magic macros for boot_params access | H. Peter Anvin | 2007-10-16 | 5 | -70/+16 |
| |/ / |
|
* | | | security/ cleanups | Adrian Bunk | 2007-10-17 | 1 | -15/+0 |
* | | | Implement file posix capabilities | Serge E. Hallyn | 2007-10-17 | 4 | -19/+73 |
* | | | ifdef struct task_struct::security | Alexey Dobriyan | 2007-10-17 | 1 | -1/+2 |
* | | | security: Convert LSM into a static interface | James Morris | 2007-10-17 | 1 | -984/+206 |
* | | | r/o bind mounts: filesystem helpers for custom 'struct file's | Dave Hansen | 2007-10-17 | 1 | -0/+9 |
* | | | PNP: remove null pointer checks | Bjorn Helgaas | 2007-10-17 | 1 | -3/+3 |
* | | | bitmap.h: remove dead artifacts | Adrian Bunk | 2007-10-17 | 1 | -2/+0 |
* | | | ext2 reservations | Martin J. Bligh | 2007-10-17 | 2 | -6/+67 |
* | | | introduce I_SYNC | Joern Engel | 2007-10-17 | 2 | -10/+68 |