summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* acpi: add a way to promote/demote vendor backlight driversCorentin Chary2012-07-281-0/+10
* Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-07-261-1/+1
|\
| * GPIO: PCA953X: Increase size of invert variable to support 24 bitChandrabhanu Mahapatra2012-07-171-1/+1
* | posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-262-23/+3
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-262-6/+11
|\ \
| * | mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi2012-06-281-0/+2
| * | x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-281-1/+2
| * | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-281-5/+7
* | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-261-2/+0
|\ \ \
| * | | x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-061-2/+0
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-263-4/+18
|\ \ \ \
| * | | | sched: Fix race in task_group()Peter Zijlstra2012-07-242-2/+15
| * | | | sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2012-07-241-0/+1
| * | | | cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat2012-07-241-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-07-261-0/+22
|\ \ \ \ \
| * | | | | ARM: AT91SAM9G45: add crypto peripheralsNicolas Royer2012-07-111-0/+22
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-263-3/+31
|\ \ \ \ \
| * | | | | Input: add MELFAS mms114 touchscreen driverJoonyoung Shim2012-07-181-0/+24
| * | | | | Pull input changes from Henrik Rydberg, including large update toDmitry Torokhov2012-07-081-3/+5
| |\ \ \ \ \
| | * | | | | Input: MT - Include win8 supportHenrik Rydberg2012-07-051-3/+5
| * | | | | | Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov2012-07-081-0/+1
| |\ \ \ \ \ \
| * | | | | | | Input: ad7879 - add option to correct xy axisMichael Hennerich2012-07-071-0/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-07-261-8/+1
|\ \ \ \ \ \ \
| * | | | | | | spi/pl022: cleanup pl022 header documentationAlexandre Pereira da Silva2012-07-021-8/+1
| |/ / / / / /
* | | | | | | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-263-2/+6
|\ \ \ \ \ \ \
| * | | | | | | extcon: spelling of detach in function docPeter Meerwald2012-07-171-1/+1
| * | | | | | | Merge 3.5-rc7 into driver-core-nextGreg Kroah-Hartman2012-07-172-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | driver-core: Move kobj_to_dev from genhd.h to device.hLars-Peter Clausen2012-07-172-1/+5
| | |/ / / / / /
* | | | | | | | Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-2620-100/+653
|\ \ \ \ \ \ \ \
| * | | | | | | | pstore/ram: Make tracing log versionedAnton Vorontsov2012-07-181-1/+1
| * | | | | | | | pstore: Headers should include all stuff they useAnton Vorontsov2012-07-172-0/+7
| * | | | | | | | pstore/ram: Add ftrace messages handlingAnton Vorontsov2012-07-171-0/+1
| * | | | | | | | pstore: Add persistent function tracingAnton Vorontsov2012-07-171-0/+9
| * | | | | | | | pstore: Introduce write_buf backend callbackAnton Vorontsov2012-07-171-0/+4
| * | | | | | | | pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov2012-07-171-1/+0
| * | | | | | | | pstore/ram: Make ECC size configurableAnton Vorontsov2012-07-171-2/+2
| * | | | | | | | pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov2012-07-171-2/+0
| * | | | | | | | IIO channel type and modifiers for CCT and RGBC dataJon Brenner2012-07-101-0/+5
| * | | | | | | | iio: Introduce iio_validate_scan_mask_onehotLars-Peter Clausen2012-07-091-0/+3
| * | | | | | | | iio: Add callback to check whether a scan mask is validLars-Peter Clausen2012-07-091-0/+4
| * | | | | | | | iio: cleanup buffer.h commentsPeter Meerwald2012-07-071-7/+10
| * | | | | | | | IIO: Add a modifier for x^2+y^2+z^2Jonathan Cameron2012-06-301-0/+1
| * | | | | | | | IIO: Add a modifier for sqrt(x^2+y^2)Jonathan Cameron2012-06-301-0/+1
| * | | | | | | | iio: Rename _st_ functions to loose the bit that meant the staging version.Jonathan Cameron2012-06-301-17/+17
| * | | | | | | | iio:adc: Add AD7265/AD7266 supportLars-Peter Clausen2012-06-301-0/+54
| * | | | | | | | Merge 3.5-rc4 into staging-nextGreg Kroah-Hartman2012-06-2543-84/+384
| |\ \ \ \ \ \ \ \
| * | | | | | | | | pstore/ram: Probe as early as possibleAnton Vorontsov2012-06-211-3/+3
| * | | | | | | | | iio: remove extra ; after function definitionPeter Meerwald2012-06-191-1/+1
| * | | | | | | | | iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of ...Peter Meerwald2012-06-191-1/+1
| * | | | | | | | | iio: typo in iio_chan_spec.ext_info commentPeter Meerwald2012-06-191-1/+1