summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2011-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2011-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2011-05-19list: remove prefetching from regular list iteratorsLinus Torvalds
2011-05-19hlist: remove software prefetching in hlist iteratorsLinus Torvalds
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron
2011-05-19lib: Add generic binary search function to the kernel.Tim Abbott
2011-05-19module: Sort exported symbolsAlessio Igor Bogani
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-05-18of: fix race when matching driversMilton Miller
2011-05-18procfs: add stub for proc_mkdir_mode()Randy Dunlap
2011-05-16Revert "mmc: fix a race between card-detect rescan and clock-gate work instan...Chris Ball
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-05-14fs: remove FS_COW_FLLi Zefan
2011-05-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-05-13Cache user_ns in struct credSerge E. Hallyn
2011-05-12Merge branch 'fbmem'Linus Torvalds
2011-05-12fbcon: add lifetime refcount to opened frame buffersLinus Torvalds
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust
2011-05-11mm: add alloc_pages_exact_nid()Andi Kleen
2011-05-11mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-07Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-06Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven
2011-05-06Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...Ingo Molnar
2011-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner
2011-05-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2011-05-04[CPUFREQ] cpufreq.h: Fix some checkpatch.pl coding style issues.Thiago Farina
2011-05-04[CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski
2011-05-04Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris
2011-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-01i2c-i801: Move device ID definitions to driverJean Delvare
2011-04-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris
2011-04-28usbnet: Resubmit interrupt URB if device is openPaul Stewart
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli
2011-04-27Input: wm831x-ts - allow IRQ flags to be specifiedMark Brown
2011-04-27mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski
2011-04-27Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-04-27NFSv4: Ensure we request the ordinary fileid when doing readdirplusTrond Myklebust
2011-04-25add hlist_bl_lock/unlock helpersChristoph Hellwig
2011-04-25bit_spinlock: don't play preemption games inside the busy loopLinus Torvalds
2011-04-25ptrace: Prepare to fix racy accesses on task breakpointsFrederic Weisbecker