summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* aio: fix the compat vectored operationsJeff Moyer2010-05-271-0/+5
* compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer2010-05-271-0/+4
* dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori2010-05-271-15/+0
* dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori2010-05-272-28/+2
* swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori2010-05-271-10/+0
* lib/random32: export pseudo-random number generator for modulesJoe Eykholt2010-05-271-0/+28
* INIT_SIGHAND: use SIG_DFL instead of NULLOleg Nesterov2010-05-271-1/+1
* pids: init_struct_pid.tasks should never see the swapper processOleg Nesterov2010-05-271-4/+4
* INIT_TASK() should initialize ->thread_group listOleg Nesterov2010-05-271-0/+1
* pids: increase pid_max based on num_possible_cpusHedi Berriche2010-05-271-0/+9
* rapidio: add switch domain routinesAlexandre Bounine2010-05-271-0/+4
* rapidio: modify initialization of switch operationsAlexandre Bounine2010-05-272-35/+9
* rapidio: add enabling SRIO port RX and TXThomas Moll2010-05-271-0/+5
* rapidio: add Port-Write handling for EMAlexandre Bounine2010-05-274-4/+110
* rapidio: add IDT CPS/TSI switchesAlexandre Bounine2010-05-273-2/+32
* ipc/sem.c: cacheline align the ipc spinlock for semaphoresManfred Spraul2010-05-271-1/+3
* 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