summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-30/+44
2011-05-20list: remove prefetching from regular list iteratorsLinus Torvalds2-18/+14
2011-05-20ASoC: Asahi Kasei AK4641 codec driverDmitry Artamonow1-0/+26
2011-05-20hlist: remove software prefetching in hlist iteratorsLinus Torvalds2-10/+9
2011-05-20ipv6: reduce per device ICMP mib sizesEric Dumazet3-7/+30
2011-05-19net: rfkill: add generic gpio rfkill driverRhyland Klein1-0/+43
2011-05-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-7/+27
2011-05-19hwmon: (sht15) add support for CRC validationJerome Oufella1-0/+2
2011-05-19hwmon: (sht15) add support for the status registerVivien Didelot1-0/+4
2011-05-19hwmon: (sht15) general code clean-upVivien Didelot1-4/+8
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen1-1/+4
2011-05-19clockevents: Provide interface to reconfigure an active clock event deviceThomas Gleixner1-0/+2
2011-05-19clockevents: Provide combined configure and register functionThomas Gleixner1-0/+9
2011-05-19clockevents: Restructure clock_event_device membersThomas Gleixner1-22/+23
2011-05-19clocksource: Restructure clocksource struct membersThomas Gleixner1-18/+14
2011-05-19SSB: Change fallback sprom to callback mechanism.Hauke Mehrtens1-1/+3
2011-05-19Merge branch 'master' into nextJames Morris42-70/+174
2011-05-19Input: ADP5589 - new driver for I2C Keypad Decoder and I/O ExpanderMichael Hennerich1-0/+213
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron1-0/+1
2011-05-19lib: Add generic binary search function to the kernel.Tim Abbott1-0/+9
2011-05-19module: Sort exported symbolsAlessio Igor Bogani2-12/+12
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell1-2/+3
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+4
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy1-6/+7
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov1-2/+3
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov1-5/+5
2011-05-19Merge branch 'merge' into nextBenjamin Herrenschmidt42-68/+174
2011-05-19ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt1-1/+6
2011-05-19ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller1-2/+2
2011-05-19ipv4: Pass explicit destination address to rt_get_peer().David S. Miller1-1/+1
2011-05-19ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller1-0/+1
2011-05-19ipv4: Kill RT_CACHE_DEBUGDavid S. Miller1-7/+0
2011-05-19Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+6
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt2-0/+2
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt1-1/+6
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt1-2/+6
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt1-2/+8
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt1-2/+1
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt1-1/+0
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely2-7/+6
2011-05-18of: fix race when matching driversMilton Miller1-2/+6
2011-05-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2011-05-18signal: trivial, fix the "timespec declared inside parameter list" warningOleg Nesterov1-1/+3
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner1-4/+1
2011-05-18procfs: add stub for proc_mkdir_mode()Randy Dunlap1-0/+2
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen1-2/+5
2011-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-7/+17
2011-05-18PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki1-7/+19
2011-05-18PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-0/+4
2011-05-18Merge branch 'power-domains' into for-linusRafael J. Wysocki3-3/+103