summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar6-54/+116
2012-02-24pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren1-7/+0
2012-02-24PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas1-0/+4
2012-02-24PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas1-0/+9
2012-02-24PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas1-0/+5
2012-02-24x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson1-0/+45
2012-02-24Merge branch 'fbdev-for-linus' into fbdev-nextFlorian Tobias Schandinat42-380/+177
2012-02-24ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type ...viresh kumar1-0/+2
2012-02-24ipsec: be careful of non existing mac headersEric Dumazet1-0/+10
2012-02-24PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu1-19/+0
2012-02-24PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE valueAnthony PERARD1-0/+1
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman5-0/+99
2012-02-23Merge tag 'rpmsg-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/oh...Arnd Bergmann4-0/+607
2012-02-23OMAP1: pass LCD config with omapfb_set_lcd_config()Tomi Valkeinen1-0/+2
2012-02-23OMAPFB: remove omapfb_set_platform_data()Tomi Valkeinen1-3/+0
2012-02-23OMAPFB: Move old omapfb private structs to a private include fileTomi Valkeinen1-25/+0
2012-02-23OMAPFB: remove mem info from platform_dataTomi Valkeinen1-1/+0
2012-02-23OMAPFB: remove early mem alloc from old omapfbTomi Valkeinen1-1/+0
2012-02-23OAMPFB: remove unused omapfb_set_ctrl_platform_data()Tomi Valkeinen1-2/+0
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-2/+2
2012-02-23Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely23-355/+91
2012-02-23Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King10-8/+29
2012-02-23firewire: core: prefix log messages with card nameStefan Richter1-3/+0
2012-02-23Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+2
2012-02-23tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt1-0/+3
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg1-15/+19
2012-02-22Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-02-22remoteproc: s/big switch/lookup table/Ohad Ben-Cohen1-0/+7
2012-02-22Merge branch 'lpc32xx/drivers' into next/driversArnd Bergmann21-27/+88
2012-02-22dmaengine/dw_dmac: Remove unused fields in struct dw_dma_slaveViresh Kumar1-38/+0
2012-02-22dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar1-4/+4
2012-02-22dmaengine: Add flow controller information to dma_slave_configViresh Kumar1-0/+5
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2-1/+7
2012-02-22sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-1/+169
2012-02-22rtnetlink: Fix problem with buffer allocationGreg Rose2-0/+4
2012-02-22of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely1-8/+6
2012-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-1/+169
2012-02-22sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-02-21skb: Add skb_peek_next helperPavel Emelyanov1-0/+18
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov1-1/+1
2012-02-21Merge tag 'topic/introspection' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown1-0/+1
2012-02-21percpu: use raw_local_irq_* in _this_cpu opMing Lei1-10/+10
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney1-0/+27
2012-02-21rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdepHeiko Carstens2-2/+16
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney1-0/+16
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2-4/+26
2012-02-21rcu: Note that rcu_access_pointer() can be used for teardownPaul E. McKenney1-0/+7
2012-02-21rcu: Make rcu_sleep_check() also check rcu_lock_mapPaul E. McKenney1-0/+14
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney1-2/+1