Age | Commit message (Expand) | Author | Files | Lines |
2008-05-24 | gpio: build fixes | David Brownell | 1 | -1/+5 |
2008-05-03 | types: add C99-style constructors to <asm-generic/int-*.h> | H. Peter Anvin | 2 | -0/+40 |
2008-05-03 | types: create <asm-generic/int-*.h> | H. Peter Anvin | 3 | -0/+109 |
2008-05-01 | rename div64_64 to div64_u64 | Roman Zippel | 1 | -7/+0 |
2008-04-30 | remove __KERNEL__ tests of unexported headers under asm-generic/ | Robert P. J. Day | 5 | -14/+0 |
2008-04-30 | asm-*/futex.h should include linux/uaccess.h | Jeff Dike | 1 | -1/+1 |
2008-04-29 | kernel: Move arches to use common unaligned access | Harvey Harrison | 1 | -124/+0 |
2008-04-29 | generalize asm-generic/ioctl.h to allow overriding values | Robert P. J. Day | 1 | -6/+27 |
2008-04-28 | gpiochip_reserve() | Anton Vorontsov | 1 | -0/+1 |
2008-04-28 | gpio: define gpio_is_valid() | Guennadi Liakhovetski | 1 | -0/+12 |
2008-04-28 | gpiolib: better rmmod infrastructure | Guennadi Liakhovetski | 1 | -0/+2 |
2008-04-26 | bitops: use __fls for fls64 on 64-bit archs | Alexander van Heukelum | 1 | -0/+22 |
2008-04-26 | generic: introduce a generic __fls implementation | Alexander van Heukelum | 1 | -0/+43 |
2008-04-26 | x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps | Alexander van Heukelum | 1 | -0/+2 |
2008-04-25 | generic: add ioremap_wc() interface wrapper | venkatesh.pallipadi@intel.com | 1 | -0/+4 |
2008-04-19 | asm-generic: add node_to_cpumask_ptr macro | Mike Travis | 1 | -0/+14 |
2008-04-03 | kvm: provide kvm.h for all architecture: fixes headers_install | Christian Borntraeger | 1 | -0/+2 |
2008-02-23 | percpu: fix DEBUG_PREEMPT per_cpu checking | Hugh Dickins | 1 | -0/+2 |
2008-02-19 | Add missing init section definitions | Sam Ravnborg | 1 | -0/+3 |
2008-02-12 | Make topology fallback macros reference their arguments. | Andi Kleen | 1 | -5/+5 |
2008-02-08 | asm-generic: remove fastcall | Harvey Harrison | 3 | -22/+22 |
2008-02-08 | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 1 | -0/+2 |
2008-02-08 | tty: let architectures override the user/kernel macros. | Heiko Carstens | 1 | -0/+6 |
2008-02-07 | Add cmpxchg_local to asm-generic for per cpu atomic operations | Mathieu Desnoyers | 2 | -0/+87 |
2008-02-07 | Unexport asm/page.h | Kirill A. Shutemov | 1 | -3/+0 |
2008-02-07 | Unexport asm/elf.h | Kirill A. Shutemov | 1 | -1/+0 |
2008-02-07 | Unexport asm/user.h and linux/user.h | Kirill A. Shutemov | 1 | -1/+0 |
2008-02-06 | remove support for un-needed _extratext section | Robin Getz | 1 | -2/+0 |
2008-02-06 | taskstats scaled time cleanup | Michael Neuling | 1 | -0/+1 |
2008-02-05 | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 3 | -3/+3 |
2008-02-05 | gpiolib: add gpio provider infrastructure | David Brownell | 1 | -0/+98 |
2008-02-04 | x86: fix RTC lockdep warning: potential hardirq recursion | Andrew Morton | 1 | -4/+7 |
2008-02-04 | asm-generic/tlb.h: remove <linux/quicklist.h> | H. Peter Anvin | 1 | -1/+0 |
2008-02-01 | asm-generic/tlb.h: build fix | Ingo Molnar | 1 | -0/+1 |
2008-01-30 | x86: add testcases for RODATA and NX protections/attributes | Arjan van de Ven | 1 | -0/+1 |
2008-01-30 | x86: demacro asm-x86/pgalloc_32.h | Jeremy Fitzhardinge | 1 | -1/+0 |
2008-01-30 | x86/non-x86: percpu, node ids, apic ids x86.git fixup | Mike Travis | 1 | -10/+2 |
2008-01-30 | percpu: make the asm-generic/percpu.h more "generic" | travis@sgi.com | 1 | -11/+63 |
2008-01-30 | percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h | travis@sgi.com | 1 | -18/+0 |
2008-01-30 | percpu: use a kconfig variable to signal arch specific percpu setup | travis@sgi.com | 1 | -1/+0 |
2008-01-30 | debug: move WARN_ON() out of line | Arjan van de Ven | 1 | -5/+5 |
2008-01-30 | debug: introduce __WARN() | Olof Johansson | 1 | -6/+11 |
2008-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -2/+87 |
2008-01-29 | ext4: Add ext4_find_next_bit() | Aneesh Kumar K.V | 2 | -0/+6 |
2008-01-29 | Introduce new section reference annotations tags: __ref, __refdata, __refconst | Sam Ravnborg | 1 | -0/+3 |
2008-01-29 | asm-generic/vmlix.lds.h: simplify __mem{init,exit}* dependencies | Adrian Bunk | 1 | -2/+1 |
2008-01-29 | Use separate sections for __dev/__cpu/__mem code/data | Sam Ravnborg | 1 | -6/+82 |
2008-01-29 | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 1 | -0/+7 |
2008-01-25 | sched: SCHED_FIFO/SCHED_RR watchdog timer | Peter Zijlstra | 1 | -2/+3 |
2007-12-27 | Revert quicklist need->flush fix | Christoph Lameter | 1 | -3/+0 |