summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-2611-21/+23
|\
| * locking, x86, iommu: Annotate qi->q_lock as rawThomas Gleixner2011-09-131-1/+1
| * locking, x86, iommu: Annotate iommu->register_lock as rawThomas Gleixner2011-09-131-1/+1
| * locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner2011-09-131-1/+1
| * locking, rwsem: Annotate inner lock as rawThomas Gleixner2011-09-132-5/+7
| * locking, semaphores: Annotate inner lock as rawThomas Gleixner2011-09-131-2/+2
| * locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner2011-09-132-3/+3
| * locking, printk: Annotate logbuf_lock as rawThomas Gleixner2011-09-131-3/+3
| * locking, lib/proportions: Annotate prop_local_percpu::lock as rawThomas Gleixner2011-09-131-3/+3
| * locking, percpu_counter: Annotate ::lock as rawThomas Gleixner2011-09-131-1/+1
| * locking, kprobes: Annotate the hash locks and kretprobe.lock as rawThomas Gleixner2011-09-131-1/+1
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-263-14/+45
|\ \
| * | iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2011-09-213-10/+10
| * | iommu: Cleanup ifdefs in detect_intel_iommu()Suresh Siddha2011-09-211-1/+2
| * | iommu: Move IOMMU specific code to intel-iommu.cSuresh Siddha2011-09-212-1/+21
| * | x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha2011-09-211-2/+12
* | | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-262-0/+882
|\ \ \
| * \ \ Merge branch 'staging-next' into Linux 3.1Greg Kroah-Hartman2011-10-252-0/+882
| |\ \ \
| | * | | hv: remove struct hv_device_info from hyperv.hGreg Kroah-Hartman2011-10-111-18/+0
| | * | | hv: remove free_channel() from hyperv.hGreg Kroah-Hartman2011-10-111-2/+0
| | * | | hv: hyperv.h: remove unneeded forward declarations of structuresGreg Kroah-Hartman2011-10-111-3/+0
| | * | | hv: hyperv.h: remove unused module macrosGreg Kroah-Hartman2011-10-111-23/+0
| | * | | hv: remove unused LOWORD and HIWORD macros from hyperv.hGreg Kroah-Hartman2011-10-111-4/+0
| | * | | Staging: hv: remove vmbus_loglevel as it is not used at all anymoreGreg Kroah-Hartman2011-10-111-5/+0
| | * | | Staging: hv: remove last user of DPRINT() macroGreg Kroah-Hartman2011-10-111-8/+0
| | * | | Staging: hv: storvsc: remove last usage of DPRINT_WARNGreg Kroah-Hartman2011-10-111-6/+0
| | * | | hv: remove a bunch of unused debug macros from hyperv.hGreg Kroah-Hartman2011-10-111-24/+0
| | * | | hv: rename prep_negotiate_resp() to vmbus_prep_negotiate_resp()Greg Kroah-Hartman2011-10-111-2/+2
| | * | | Staging: hv: remove unneeded asm include file in hyperv.hGreg Kroah-Hartman2011-10-111-3/+0
| | * | | Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-0/+969
| | * | | Merge 3.1-rc4 into staging-nextGreg Kroah-Hartman2011-08-291-0/+9
| | |\ \ \
| | | * | | Staging: hv: add driver_data to hv_vmbus_device_idGreg Kroah-Hartman2011-08-251-0/+2
| | | * | | Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.hK. Y. Srinivasan2011-08-251-0/+7
* | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-265-8/+32
|\ \ \ \ \ \
| * | | | | | TTY: make tty_add_file non-failingJiri Slaby2011-10-181-1/+3
| * | | | | | tty: Support compat_ioctl get/set termios_lockedThomas Meyer2011-10-181-0/+2
| * | | | | | serial: Support the EFR-register of XR1715x uarts.Søren Holm2011-09-222-1/+4
| * | | | | | TTY: define tty_wait_until_sent_from_closeJiri Slaby2011-08-251-0/+18
| * | | | | | atmel_serial: RS485: receiving enabled when sending dataBernhard Roth2011-08-241-0/+1
| * | | | | | Revert "tty: serial8250: add helpers for the DesignWare 8250"Greg Kroah-Hartman2011-08-241-8/+0
| * | | | | | tty: serial8250: add helpers for the DesignWare 8250Jamie Iles2011-08-231-0/+8
| * | | | | | tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles2011-08-231-3/+1
| * | | | | | tty: serial8250: allow platforms to override irq handlerJamie Iles2011-08-231-0/+2
| * | | | | | tty: serial: allow ports to override the irq handlerJamie Iles2011-08-231-0/+1
| * | | | | | TTY: remove tty_lockedJiri Slaby2011-08-231-2/+0
| * | | | | | TTY: serial, remove tasklet for tty_wakeupJiri Slaby2011-08-231-1/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-261-0/+83
|\ \ \ \ \ \
| * | | | | | hwmon: Add driver for EXYNOS4 TMUDonggeun Kim2011-10-241-0/+83
| | |/ / / / | |/| | | |
* | | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-10-261-0/+20
|\ \ \ \ \ \
| * | | | | | params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-261-0/+20
| |/ / / / /