aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* notifier: change notifier_from_errno(0) to return NOTIFY_OKAkinobu Mita2010-05-271-1/+4
* proc: turn signal_struct->count into "int nr_threads"Oleg Nesterov2010-05-272-3/+3
* proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-271-0/+5
* kill the obsolete thread_group_cputime_free() helperOleg Nesterov2010-05-271-4/+0
* signals: kill the awful task_rq_unlock_wait() hackOleg Nesterov2010-05-271-1/+0
* signals: make task_struct->signal immutable/refcountableOleg Nesterov2010-05-271-1/+1
* exit: change zap_other_threads() to count sub-threadsOleg Nesterov2010-05-271-1/+1
* umh: creds: kill subprocess_info->cred logicOleg Nesterov2010-05-272-2/+0
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-271-17/+0
* exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-271-7/+0
* kmod: add init function to usermodehelperNeil Horman2010-05-271-10/+41
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner2010-05-272-0/+9
* cpusets: new round-robin rotor for SLAB allocationsJack Steiner2010-05-272-0/+7
* cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov2010-05-271-1/+1
* memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org2010-05-272-2/+9
* memcg: move charge of file pagesDaisuke Nishimura2010-05-271-0/+5
* gpiolib: introduce set_debounce methodFelipe Balbi2010-05-272-0/+10
* gpiolib: document that names can contain printk format specifiersUwe Kleine-König2010-05-271-1/+3
* gpiolib: make names array and its values constUwe Kleine-König2010-05-272-2/+2
* gpio: add interrupt handling capability to max732xMarc Zyngier2010-05-271-0/+3
* sdhci-spear: ST SPEAr based SDHCI controller glueViresh KUMAR2010-05-271-0/+42
* sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas2010-05-271-0/+3
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* mmc: add support MMCIF for SuperHYusuke Goda2010-05-271-0/+39
* sdhci-pltfm: implement platform data passingAnton Vorontsov2010-05-271-0/+35
* Revert "endian: #define __BYTE_ORDER"Linus Torvalds2010-05-262-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-258-10/+113
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-251-1/+3
| |\
| | * wireless: fix mac80211.h kernel-doc warningsRandy Dunlap2010-05-241-0/+3
| | * Revert "ath9k: Group Key fix for VAPs"John W. Linville2010-05-241-1/+0
| * | sock.h: fix kernel-doc warningRandy Dunlap2010-05-241-1/+1
| * | cls_cgroup: Fix build error when built-inHerbert Xu2010-05-241-1/+1
| * | fec: add support for PHY interface platform dataBaruch Siach2010-05-241-0/+21
| * | cls_cgroup: Store classid in struct sockHerbert Xu2010-05-242-1/+72
| * | caif: Bugfix - use standard Linux listsSjur Braendeland2010-05-231-2/+2
| * | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not definedBen Hutchings2010-05-231-1/+1
| |/
| * net: fix problem in dequeuing from input_pkt_queueTom Herbert2010-05-211-3/+11
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-202-2/+2
| |\
| | * netfilter: fix description of expected checkentry return code on xt_targetLuciano Coelho2010-05-201-1/+1
| | * netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g...Joerg Marx2010-05-201-1/+1
* | | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-251-0/+2
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-05-251-0/+3
|\ \ \
| * \ \ Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2010-05-201-0/+3
| |\ \ \
| | * | | ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack2010-04-141-0/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-251-1/+3
|\ \ \ \ \
| * | | | | IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+3
* | | | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-05-252-102/+31
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'origin' into secretlab/next-spiGrant Likely2010-05-25384-2535/+11047
| |\ \ \ \ \ \
| * | | | | | | spi: move bitbang txrx utility functions to private headerhartleys2010-05-251-101/+0
| * | | | | | | spi/pl022: add support for the PL023 derivateLinus Walleij2010-05-251-2/+30