aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-13ipv6: directly include libc-compat.h in ipv6.hWillem de Bruijn1-0/+1
2015-01-13ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/Geert Uytterhoeven1-2/+2
2015-01-13kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger1-6/+6
2015-01-14Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+51
2015-01-13net: Corrected the comment describing the ndo operations to reflect the actua...B Viswanath1-2/+2
2015-01-13rhashtable: add a note for grow and shrink decision functionsYing Xue1-0/+4
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue1-0/+5
2015-01-13kprobes: Pass the original kprobe for preparing optimized kprobeMasami Hiramatsu1-1/+2
2015-01-13ALSA: compress_driver.h: include sound/core.h explicitlyQais Yousef1-0/+1
2015-01-13ARM: imx: clk-vf610: Add clock for SNVSSanchayan Maity1-1/+2
2015-01-13x86/xen: properly retrieve NMI reasonJan Beulich1-0/+51
2015-01-13Merge tag 'topic/i915-hda-componentized-2015-01-12' of git://anongit.freedesk...Takashi Iwai2-37/+38
2015-01-13Merge tag 'mmc-v3.19-3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-0/+1
2015-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-6/+0
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon1-2/+6
2015-01-12Merge tag 'renesas-sh73a0-ccf-for-v3.20' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-0/+79
2015-01-12Merge tag 'renesas-dt-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson3-0/+20
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter559-3656/+16717
2015-01-12rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSEDRoopa Prabhu1-0/+1
2015-01-12bridge: support for multiple vlans and vlan ranges in setlink and dellink req...Roopa Prabhu1-0/+2
2015-01-12Merge branch 'topic/line6' into for-nextTakashi Iwai13-46/+121
2015-01-12vxlan: Improve support for header flagsTom Herbert1-0/+7
2015-01-12clk: rockchip: add clock IDs for the PVTM clocksHuang Lin1-0/+2
2015-01-12clk: rockchip: add clock ID for usbphy480m_srcKever Yang1-0/+1
2015-01-12Bluetooth: Add missing response structure for HCI Delete Stored Link KeyMarcel Holtmann1-0/+4
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add defintions for HCI Read Stored Link Key commandMarcel Holtmann1-0/+11
2015-01-12usb: phy: generic: add vbus supportRobert Jarzmik1-0/+2
2015-01-12usb: phy: change some commentsPeter Chen1-2/+2
2015-01-12coresight: Fixing wrong #ifdef/#endif placementMathieu Poirier1-5/+5
2015-01-12coresight: remove the unused macro CORESIGHT_DEBUGFS_ENTRYXia Kaixu1-9/+0
2015-01-12ti-st: add device tree supportGigi Joseph1-0/+1
2015-01-12mei: bus: use ssize_t as the return type for send and receiveTomas Winkler1-2/+2
2015-01-12ASoC: rsnd: add recovery support for under/over flow error on SRCKuninori Morimoto1-0/+1
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann1-1/+1
2015-01-12mmc: sdhci: Disable re-tuning for HS400Adrian Hunter1-0/+1
2015-01-12efi: split off remapping code from efi_config_init()Ard Biesheuvel1-0/+2
2015-01-12drm/i915: remove unused power_well/get_cdclk_freq apiImre Deak1-37/+0
2015-01-12drm/i915: add component supportImre Deak1-0/+38
2015-01-11Input: uinput - fix ioctl nr overflow for UI_GET_SYSNAME/VERSIONGabriel Laskar1-2/+2
2015-01-11pinctrl: pinconf-generic: Allow driver to specify DT paramsSoren Brinkmann2-0/+27
2015-01-11pinctrl: pinconf-generic: Infer map type from DT propertySoren Brinkmann1-0/+11
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+23
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney2-3/+30
2015-01-10rcu: Provide rcu_batches_completed_sched() for TINY_RCUPaul E. McKenney1-0/+8
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2-5/+5
2015-01-09Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-15/+22
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+53
2015-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+2
2015-01-09f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio...Chao Yu1-17/+20