summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | i7core_edac: Add scrubbing supportSamuel Gabrielsson2011-10-311-0/+126
| * | | | edac: Move edac main structs to include/linux/edac.hMauro Carvalho Chehab2011-10-312-349/+351
| * | | | i7core_edac: Fix oops when trying to inject errorsMauro Carvalho Chehab2011-10-311-2/+35
| * | | | i7core_edac: fix misuse of logical operation in place of bitopDavid Sterba2011-10-311-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-11-031-1/+1
|\ \ \ \
| * | | | nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy2011-11-011-1/+1
* | | | | Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds2011-11-039-9/+19
|\ \ \ \ \
| * | | | | MAINTAINERS: Update entry for IA64Tony Luck2011-10-121-2/+1
| * | | | | [IA64] gpio: GENERIC_GPIO default must be nBen Hutchings2011-09-011-1/+1
| * | | | | [IA64[ add CONFIG_NET_VENDOR_INTEL=y to default config files where neededTony Luck2011-08-265-0/+5
| * | | | | [IA64] agp/hp-agp: Allow binding user memory to the AGP GARTÉmeric Maschino2011-08-231-2/+4
| * | | | | [IA64] sn2: add missing put_cpu()Tony Luck2011-08-111-4/+8
* | | | | | Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2011-11-0370-1035/+4909
|\ \ \ \ \ \
| * | | | | | memcg: replace ss->id_lock with a rwlockAndrew Bresticker2011-11-032-10/+10
| * | | | | | aio: allocate kiocbs in batchesJeff Moyer2011-11-032-29/+108
| * | | | | | drivers/misc/vmw_balloon.c: fix typo in code commentRakib Mullick2011-11-031-1/+1
| * | | | | | drivers/misc/vmw_balloon.c: determine page allocation flag can_sleep outside ...Rakib Mullick2011-11-031-1/+1
| * | | | | | w1: disable irqs in critical sectionJan Weitzel2011-11-031-0/+5
| * | | | | | drivers/w1/w1_int.c: multiple masters used same init_nameFlorian Faber2011-11-031-0/+1
| * | | | | | drivers/power/ds2780_battery.c: fix deadlock upon insertion and removalClifton Barnes2011-11-031-0/+9
| * | | | | | drivers/power/ds2780_battery.c: add a nolock function to w1 interfaceClifton Barnes2011-11-032-13/+37
| * | | | | | drivers/power/ds2780_battery.c: create central point for calling w1 interfaceClifton Barnes2011-11-031-35/+42
| * | | | | | w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get itJonathan Cameron2011-11-032-84/+12
| * | | | | | pps gpio client: add missing dependencyHeiko Carstens2011-11-031-1/+1
| * | | | | | pps: new client driver using GPIOJames Nuss2011-11-034-0/+269
| * | | | | | pps: default echo functionJames Nuss2011-11-033-28/+13
| * | | | | | include/linux/dma-mapping.h: add dma_zalloc_coherent()Andrew Morton2011-11-032-0/+17
| * | | | | | sysctl: make CONFIG_SYSCTL_SYSCALL default to nWANG Cong2011-11-032-37/+2
| * | | | | | sysctl: add support for poll()Lucas De Marchi2011-11-035-0/+108
| * | | | | | RapidIO: documentation updateAlexandre Bounine2011-11-031-1/+1
| * | | | | | drivers/net/rionet.c: fix ethernet address macros for LE platformsAlexandre Bounine2011-11-031-2/+2
| * | | | | | RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine2011-11-031-1/+1
| * | | | | | RapidIO: add mport driver for Tsi721 bridgeAlexandre Bounine2011-11-038-2/+3196
| * | | | | | arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if po...Liu Gang2011-11-031-0/+1
| * | | | | | drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu Gang2011-11-031-2/+2
| * | | | | | init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry2011-11-031-5/+43
| * | | | | | include/linux/sem.h: make sysv_sem empty if SYSVIPC is disabledManfred Spraul2011-11-031-2/+7
| * | | | | | ipc/sem.c: remove private structures from public header fileManfred Spraul2011-11-032-42/+46
| * | | | | | ipc/sem.c: handle spurious wakeupsManfred Spraul2011-11-031-0/+9
| * | | | | | ipc/sem.c: fix return code race with semop vs. semop +semctl(IPC_RMID)Manfred Spraul2011-11-031-1/+0
| * | | | | | ida: make ida_simple_get/put() IRQ safeTejun Heo2011-11-031-4/+7
| * | | | | | proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov2011-11-031-43/+103
| * | | | | | procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov2011-11-031-0/+1
| * | | | | | cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes2011-11-031-3/+6
| * | | | | | mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten2011-11-031-1/+1
| * | | | | | memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt2011-11-031-4/+6
| * | | | | | memcg: close race between charge and putbackJohannes Weiner2011-11-031-1/+20
| * | | | | | memcg: skip scanning active lists based on individual sizeJohannes Weiner2011-11-034-41/+25
| * | | | | | memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov2011-11-031-1/+1
| * | | | | | memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki2011-11-031-1/+1