summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-09-24net: Remove unnecessary NULL check in scm_destroy().David S. Miller1-1/+1
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller5-53/+80
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville4-15/+51
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-82/+10
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz1-7/+29
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-3/+4
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2-16/+17
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz1-0/+68
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz1-13/+2
2012-09-24jiffies: Kill unused TICK_USEC_TO_NSECJohn Stultz1-6/+0
2012-09-24alarmtimer: Remove unused helpers & definesJohn Stultz1-28/+0
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz1-1/+2
2012-09-24dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()Peter Ujfalusi1-1/+2
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter36-37/+106
2012-09-24xen/vga: add the xen EFI video mode supportJan Beulich1-0/+1
2012-09-24xen/x86: retrieve keyboard shift status flags from hypervisor.Konrad Rzeszutek Wilk1-0/+3
2012-09-24netfilter: nfnetlink_queue: add NFQA_CAP_LEN attributePablo Neira Ayuso1-0/+1
2012-09-24netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entriesPablo Neira Ayuso1-1/+5
2012-09-24netfilter: xt_time: add support to ignore day transitionFlorian Westphal1-0/+5
2012-09-24Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+0
2012-09-24leds: add output driver configuration for pca9633 led driverPeter Meerwald1-0/+35
2012-09-24[SCSI] sd: Ensure we correctly disable devices with unknown protection typeMartin K. Petersen1-0/+6
2012-09-24[SCSI] hpsa: gen8plus Smart Array IDsMike Miller1-0/+1
2012-09-24[SCSI] fc-transport: Remove unnecessary includeRobert Love1-2/+0
2012-09-24[SCSI] Disable DIF on Hitachi Ultrastar 15K300Martin K. Petersen2-0/+5
2012-09-24thermal: exynos: register the tmu sensor with the kernel thermal layerAmit Daniel Kachhap1-0/+22
2012-09-24thermal: exynos5: add exynos5250 thermal sensor driver supportAmit Daniel Kachhap1-4/+15
2012-09-24hwmon: exynos4: move thermal sensor driver to driver/thermal directoryAmit Daniel Kachhap1-4/+4
2012-09-24thermal: add generic cpufreq cooling implementationAmit Daniel Kachhap1-0/+58
2012-09-24Thermal: Introduce locking for cdev.thermal_instances list.Zhang Rui1-0/+1
2012-09-24Thermal: Unify the code for both active and passive coolingZhang Rui1-1/+1
2012-09-24Thermal: Introduce simple arbitrator for setting device cooling stateZhang Rui1-0/+1
2012-09-24Thermal: List thermal_instance in thermal_cooling_device.Zhang Rui1-0/+1
2012-09-24Thermal: Rename thermal_zone_device.cooling_devicesZhang Rui1-2/+2
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-4/+1
2012-09-24Thermal: Introduce .get_trend() callback.Zhang Rui1-0/+9
2012-09-24Thermal: set upper and lower limitsZhang Rui1-1/+4
2012-09-24hwmon: (sht15) move header to linux/platform_data/Vivien Didelot1-1/+0
2012-09-24hwmon: add Maxim MAX197 supportVivien Didelot1-0/+21
2012-09-24[media] dvb_frontend: add multistream supportEvgeny Plehov2-4/+6
2012-09-23mfd: Add lp8788 mfd driverMilo Kim2-0/+416
2012-09-23mfd: dbx500: Provide a more accurate smp_twd clockMichel Jaouen1-0/+1
2012-09-23mfd: palmas: Change regulator defns to better suite DTGraeme Gregory1-30/+30
2012-09-23mfd: palmas: Add pdata/data for rest of childrenGraeme Gregory1-0/+172
2012-09-23time: RCU permitted to stop idle entry via softirqPaul E. McKenney1-0/+2
2012-09-23rcu: Permit RCU_NONIDLE() to be used from interrupt contextPaul E. McKenney1-4/+2
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2-2/+15
2012-09-23ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG casesTakashi Iwai2-27/+39
2012-09-23netlink: Rearrange netlink_kernel_cfg to save space on 64-bit.David S. Miller1-1/+1
2012-09-23Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3...Olof Johansson19-23/+54