summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* tracehook: comment pasto fixesRoland McGrath2008-09-051-1/+1
* Fix conditional export of kvh.h and a.out.h to userspace.Khem Raj2008-09-051-2/+4
* rtc: fix deadlockIngo Molnar2008-08-231-8/+4
* Make ioctl.h compatible with userlandMichael Abbott2008-08-121-0/+4
* Missing symbol prefix on vmlinux.lds.hYoshinori Sato2008-08-011-7/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-07-281-0/+32
|\
| * Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-299-11/+212
| |\
| * \ Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-185-3/+94
| |\ \
| * | | generic: per-device coherent dma allocatorDmitry Baryshkov2008-06-301-0/+32
* | | | include/asm-generic/pgtable-nopmd.h: macros are noxious, reason #435Andrew Morton2008-07-281-1/+5
* | | | gpio: fix build on CONFIG_GPIO_SYSFS=nAtsushi Nemoto2008-07-281-0/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2008-07-271-1/+3
|\ \ \
| * | | vmlinux.lds: move __attribute__((__cold__)) functions back into final .text s...Jan Beulich2008-07-251-1/+3
* | | | gpiolib: fix typo in commentMichael Buesch2008-07-261-1/+1
* | | | tracehook: asm/syscall.hRoland McGrath2008-07-261-0/+141
* | | | Better interface for hooking early initcallsEduard - Gabriel Munteanu2008-07-261-0/+2
* | | | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-263-5/+5
* | | | Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds2008-07-251-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | remove dummy asm/kvm.h filesAdrian Bunk2008-07-251-0/+2
| | |/ | |/|
* | | gpiolib: allow user-selectionMichael Buesch2008-07-251-1/+1
* | | gpio: sysfs interfaceDavid Brownell2008-07-251-2/+31
* | | printk ratelimiting rewriteDave Young2008-07-251-0/+3
* | | Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-251-0/+22
* | | asm-generic/int-ll64.h: always provide __{s,u}64Adrian Bunk2008-07-251-1/+1
|/ /
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-0/+6
|\ \
| * | Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki2008-06-101-0/+6
| |/
* | mm: fix build on non-mmu machinesSebastian Siewior2008-07-151-1/+1
* | Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Linus Torvalds2008-07-141-0/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-07-141-0/+7
| |\ \
| | * | firmware: allow firmware files to be built into kernel imageDavid Woodhouse2008-07-101-0/+7
* | | | Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-141-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'linus' into core/rodataIngo Molnar2008-06-161-1/+5
| |\ \ \ | | | |/ | | |/|
| * | | move BUG_TABLE into RODATAJan Beulich2008-05-251-0/+6
* | | | x86: change _node_to_cpumask_ptr to return const ptrMike Travis2008-07-131-1/+2
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-085-3/+78
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| | | | * mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge2008-06-251-0/+57
| | | |/ | | |/|
| | | * x86: move tracedata to RODATAJan Beulich2008-05-251-0/+14
| |_|/ |/| |
| * | Christoph has movedChristoph Lameter2008-07-041-1/+1
| * | kbuild: fix a.out.h export to userspace with O= build.David Woodhouse2008-06-271-1/+1
| |/
| * gpio: build fixesDavid Brownell2008-05-241-1/+5
|/
* types: add C99-style constructors to <asm-generic/int-*.h>H. Peter Anvin2008-05-022-0/+40
* types: create <asm-generic/int-*.h>H. Peter Anvin2008-05-023-0/+109
* rename div64_64 to div64_u64Roman Zippel2008-05-011-7/+0
* remove __KERNEL__ tests of unexported headers under asm-generic/Robert P. J. Day2008-04-305-14/+0
* asm-*/futex.h should include linux/uaccess.hJeff Dike2008-04-301-1/+1
* kernel: Move arches to use common unaligned accessHarvey Harrison2008-04-291-124/+0
* generalize asm-generic/ioctl.h to allow overriding valuesRobert P. J. Day2008-04-291-6/+27
* gpiochip_reserve()Anton Vorontsov2008-04-281-0/+1
* gpio: define gpio_is_valid()Guennadi Liakhovetski2008-04-281-0/+12
* gpiolib: better rmmod infrastructureGuennadi Liakhovetski2008-04-281-0/+2