summaryrefslogtreecommitdiffstats
path: root/arch/x86/configs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-28rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2-0/+3
2011-05-28rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra3-39/+17
2011-05-28rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2-9/+8
2011-05-28atomic: Add atomic_or()Paul E. McKenney1-0/+13
2011-05-28perf: Fix SIGIO handlingPeter Zijlstra1-0/+8
2011-05-28Documentation: Add statistics about nested locksJuri Lelli1-2/+34
2011-05-28cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowedKOSAKI Motohiro5-12/+24
2011-05-28sched: Fix ->min_vruntime calculation in dequeue_entity()Peter Zijlstra1-2/+3
2011-05-28sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-9/+28
2011-05-28sched: More sched_domain iterations fixesXiaotian Feng2-4/+10
2011-05-28mfd: Fix build breakage caused by tps65910 gpio directory moveLiam Girdwood1-1/+1
2011-05-28mfd: Use mfd cell platform_data for db8500-prcmu cells platform bitsMattias Wallin1-1/+2
2011-05-28ALSA: fix hda AZX_DCAPS_NO_TCSEL quirk check in driver_capsLinus Torvalds1-1/+1
2011-05-28gpio/pch_gpio: Support new device ML7223Tomoya MORINAGA2-1/+9
2011-05-28gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen3-6/+6
2011-05-27ARM: 6945/1: Add unwinding support for division functionsLaura Abbott1-5/+20
2011-05-27[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Steve French1-1/+1
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp4-11/+244
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp3-0/+20
2011-05-27Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp4-0/+124
2011-05-27perf top: Don't stop if no kernel symtab is foundArnaldo Carvalho de Melo1-5/+15
2011-05-27perf top: Handle kptr_restrictArnaldo Carvalho de Melo1-0/+15
2011-05-27perf top: Remove unused macroArnaldo Carvalho de Melo1-2/+0
2011-05-27perf events: initialize fd array to -1 instead of 0David Ahern1-0/+10
2011-05-27perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo2-21/+15
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller4-6/+10
2011-05-27net: Add linux/sysctl.h includes where needed.David S. Miller2-0/+2
2011-05-27net: Kill ether_table[] declaration.David S. Miller1-4/+0
2011-05-27inetpeer: fix race in unused_list manipulationsEric Dumazet1-15/+27
2011-05-27atm: expose ATM device index in sysfsDan Williams1-0/+10
2011-05-27MAINTAINERS: Update eCryptfs mailing listTyler Hicks1-1/+1
2011-05-27eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks1-25/+21
2011-05-27eCryptfs: Clear i_nlink in rmdirTyler Hicks1-0/+2
2011-05-27GPIO: OMAP: move to drivers/gpioKevin Hilman3-3/+2
2011-05-27GPIO: OMAP: move register offset defines into <plat/gpio.h>Kevin Hilman2-103/+103
2011-05-27[CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French1-2/+3
2011-05-27Btrfs: use the device_list_mutex during write_dev_supersChris Mason1-2/+2
2011-05-27IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom2-9/+21
2011-05-27regulator: Fix _regulator_get_voltage if get_voltage callback is NULLAxel Lin1-3/+5
2011-05-27USB: TWL6025 allow different regulator nameGraeme Gregory1-1/+9
2011-05-27REGULATOR: TWL6025: add support to twl-regulatorGraeme Gregory1-8/+321
2011-05-27regulator: twl6030: do not write to _GRP for regulator disableBalaji T K1-25/+22
2011-05-27regulator: twl6030: do not write to _GRP for regulator enableBalaji T K1-14/+25
2011-05-27TPS65911: Comparator: Add comparator driverJorge Eduardo Candelaria2-0/+192
2011-05-27TPS65911: Add support for added GPIO linesJorge Eduardo Candelaria2-86/+33
2011-05-27GPIO: TPS65910: Move driver to drivers/gpio/Jorge Eduardo Candelaria5-2/+11
2011-05-27TPS65911: Add new irq definitionsJorge Eduardo Candelaria2-14/+75
2011-05-27regulator: tps65911: Add new chip versionJorge Eduardo Candelaria2-35/+332
2011-05-27MFD: TPS65910: Add support for TPS65911 deviceJorge Eduardo Candelaria2-1/+49
2011-05-27regulator: Fix off-by-one value range checking for mc13xxx_regulator_get_voltageAxel Lin1-1/+1