aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15Input: tegra-kbc - require CONFIG_OF, remove platform dataStephen Warren1-62/+0
2013-02-15Input: bma150 - make some defines public and fix some commentsMichael Trimarchi1-2/+14
2013-01-06Input: increase struct ps2dev cmdbuf[] to 8 bytesKamal Mostafa1-1/+1
2012-12-24Input: adxl34x - make platform_data include self containedWolfram Sang1-0/+2
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones1-8/+2
2012-11-24Merge branch 'for-linus' into nextDmitry Torokhov1-2/+3
2012-11-21Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg1-2/+3
2012-11-10Input: document new members of struct input_devHenrik Rydberg1-0/+3
2012-11-08Input: introduce managed input devices (add devres support)Dmitry Torokhov1-1/+6
2012-11-02hashtable: introduce a small and naive hashtableSasha Levin1-0/+192
2012-11-01Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+2
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-13/+2
2012-10-30Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds3-443/+1
2012-10-28percpu-rw-semaphores: use rcu_read_lock_schedMikulas Patocka1-4/+4
2012-10-28percpu-rw-semaphores: use light/heavy barriersMikulas Patocka1-13/+7
2012-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2012-10-26Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+16
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2012-10-26Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+14
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+7
2012-10-25rbtree: include linux/compiler.h for definition of __always_inlineWill Deacon1-0/+1
2012-10-24Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscLinus Torvalds1-2/+0
2012-10-24dynamic_debug: Remove unnecessary __usedJoe Perches1-1/+1
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+1
2012-10-24perf, cpu hotplug: Use cached value of smp_processor_id()Srivatsa S. Bhat1-3/+4
2012-10-24perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabledSrivatsa S. Bhat1-0/+3
2012-10-23extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi1-0/+13
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng1-1/+2
2012-10-22extcon: standard cable names definition and declaration changedanish kumar1-1/+1
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgentIngo Molnar1-11/+0
2012-10-19Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2-7/+2
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov1-7/+1
2012-10-19linux/coredump.h needs asm/siginfo.hRichard Weinberger1-0/+1
2012-10-19Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-82/+9
2012-10-19Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-3193/+3
2012-10-19iio: Add some helper macros for unit conversionLars-Peter Clausen1-0/+16
2012-10-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds9-1351/+2
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds3-4/+11
2012-10-17Merge tag 'disintegrate-tty-20121009' of git://git.infradead.org/users/dhowells/linux-headers into tty-linusGreg Kroah-Hartman2-64/+0
2012-10-17of/irq: sparse fixesKim Phillips1-2/+2
2012-10-17of/address: sparse fixesKim Phillips1-2/+2
2012-10-17of: add stub of_get_child_by_name for non-OF buildsOlof Johansson1-0/+7
2012-10-17USB: usb.h: remove dbg() macroGreg Kroah-Hartman1-11/+0
2012-10-17UAPI: (Scripted) Disintegrate include/linux/dvbDavid Howells9-1351/+2
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells18-17/+0
2012-10-17UAPI: Remove empty conditionals from include/linux/KbuildDavid Howells1-10/+0
2012-10-17spi: tsc2005: delete soon-obsolete e-mail addressAaro Koskinen1-2/+0
2012-10-16Merge branch 'frv' (FRV patches from David Howells)Linus Torvalds1-0/+51
2012-10-16FRV: Fix linux/elf-fdpic.hDavid Howells1-0/+51