aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds9-43/+58
2014-02-05kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo1-4/+8
2014-02-05SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley1-0/+4
2014-02-05selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore1-0/+2
2014-02-05netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy1-2/+2
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso4-14/+34
2014-02-05netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan1-1/+4
2014-02-05DT: Add vendor prefix for Spansion Inc.Geert Uytterhoeven1-0/+1
2014-02-05of/device: Nullify match table in of_match_device() for CONFIG_OF=nGeert Uytterhoeven1-1/+3
2014-02-05dt-bindings: add vendor-prefix for neonodeHeiko Stuebner1-0/+1
2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza1-2/+3
2014-02-05of: restructure for_each macros to fix compile warningsRob Herring1-69/+84
2014-02-05Merge tag 'v3.13' into stable-3.14Paul Moore9747-199713/+403621
2014-02-05drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom1-0/+3
2014-02-05security: select correct default LSM_MMAP_MIN_ADDR on arm on arm64Colin Cross1-1/+1
2014-02-05netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin1-4/+17
2014-02-05netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy1-1/+1
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero1-2/+13
2014-02-05arm64: compat: Wire up new AArch32 syscallsCatalin Marinas1-1/+4
2014-02-05arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSENathan Lynch1-2/+2
2014-02-05arm64: vdso: fix coarse clock handlingNathan Lynch1-1/+6
2014-02-05ACPI / hotplug: Fix panic on eject to ejected deviceToshi Kani1-2/+4
2014-02-05arm64: simplify pgd_allocMark Rutland1-9/+2
2014-02-05arm64: fix typo: s/SERRROR/SERROR/Mark Rutland2-2/+2
2014-02-05arm64: Invalidate the TLB when replacing pmd entries during bootCatalin Marinas1-2/+10
2014-02-05arm64: Align CMA sizes to PAGE_SIZELaura Abbott1-0/+1
2014-02-05arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale1-0/+1
2014-02-05s390: fix kernel crash due to linkage stack instructionsMartin Schwidefsky1-2/+5
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble1-0/+1
2014-02-05drm/ttm: Fix TTM object open regressionThomas Hellstrom1-1/+1
2014-02-05vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones1-0/+1
2014-02-05ALSA: hda - Improve loopback path lookups for AD1983Takashi Iwai1-0/+7
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom6-28/+222
2014-02-05drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2-16/+101
2014-02-05drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom4-78/+620
2014-02-05drm/vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom1-2/+2
2014-02-05drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom1-2/+35
2014-02-05drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...Thomas Hellstrom1-4/+5
2014-02-05drm/vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom1-2/+4
2014-02-05ALSA: hda - Fix missing VREF setup for Mac Pro 1,1Takashi Iwai1-1/+8
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou1-4/+1
2014-02-05ALSA: hda - Add missing mixer widget for AD1983Takashi Iwai1-0/+1
2014-02-04openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar1-2/+4
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto1-0/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou3-48/+47
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf1-0/+8
2014-02-05ALSA: hda/realtek - Avoid invalid COEFs for ALC271XTakashi Iwai1-0/+3
2014-02-04xen-netfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2014-02-04bnx2x: fix L2-GRE TCP issuesDmitry Kravkov1-1/+1
2014-02-04net: qmi_wwan: add Netgear Aircard 340UBjørn Mork1-0/+1
2014-02-05drm/mgag200: fix typo causing bw limits to be ignored on some chipsDave Airlie1-2/+2
2014-02-04rtnetlink: fix oops in rtnl_link_get_slave_info_data_sizeFernando Luis Vazquez Cao1-1/+1
2014-02-04ptp: Allow selecting trigger/event index in testptpStefan Sørensen1-3/+8
2014-02-04net: ethoc: set up MII management bus clockMax Filippov2-2/+31
2014-02-04net: ethoc: don't advertise gigabit speed on attached PHYMax Filippov1-0/+5
2014-02-04net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-14/+24
2014-02-04net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen1-5/+8
2014-02-04net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen1-1/+4
2014-02-04net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen1-0/+1
2014-02-04net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz1-7/+8
2014-02-04Merge branch 'bonding_fail_over_mac'David S. Miller1-8/+17
2014-02-04bonding: fail_over_mac should only affect AB mode in bond_set_mac_address()dingtianhong1-1/+2
2014-02-04bonding: fail_over_mac should only affect AB mode at enslave and removal proc...dingtianhong1-7/+15
2014-02-05ACPI / battery: Fix incorrect sscanf() string in acpi_battery_init_alarm()Luis G.F1-1/+1
2014-02-05ACPI / proc: remove unneeded NULL checkDan Carpenter1-1/+1
2014-02-05ACPI / utils: remove a pointless NULL checkDan Carpenter1-4/+0
2014-02-05ACPI / video: Add HP EliteBook Revolve 810 to the blacklistMika Westerberg1-0/+8
2014-02-04pinctrl: protect pinctrl_list addStanislaw Gruszka1-0/+2
2014-02-04intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie1-4/+17
2014-02-04ath9k: Fix TX power calculationSujith Manoharan1-0/+4
2014-02-04ath9k: Do not support PowerSave by defaultSujith Manoharan1-1/+7
2014-02-04ath9k: Fix build error on ARMSujith Manoharan1-3/+2
2014-02-04ath9k_htc: avoid scheduling while atomic on sta_rc_updateStanislaw Gruszka2-22/+40
2014-02-04ar5523: fix usb id for Gigaset.Oleksij Rempel1-1/+1
2014-02-04ath9k_htc: Do not support PowerSave by defaultOleksij Rempel1-1/+7
2014-02-04rt2500: disable PS by defaultStanislaw Gruszka2-0/+10
2014-02-04rt2800: disable PS by default on USBStanislaw Gruszka1-3/+2
2014-02-04ath9k_htc: make ->sta_rc_update atomic for most callsStanislaw Gruszka1-12/+13
2014-02-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-8/+8
2014-02-04Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-39/+52
2014-02-04kbuild: don't enable DEBUG_INFO when building for COMPILE_TESTLinus Torvalds1-1/+1
2014-02-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville8-41/+59
2014-02-04arm64: vdso: prevent ld from aligning PT_LOAD segments to 64kWill Deacon1-1/+1
2014-02-04s390/dump: Fix dump memory detectionMichael Holzheu1-0/+10
2014-02-04Merge remote-tracking branches 'regulator/fix/ab3100' and 'regulator/fix/s2mp...Mark Brown2-2/+3
2014-02-04Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-1/+8
2014-02-04MIPS: Wire up sched_setattr/sched_getattr syscallsJames Hogan5-6/+20
2014-02-04MIPS: Alchemy: Fix DB1100 GPIO registrationManuel Lauss1-5/+2
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek1-4/+4
2014-02-04[media] adv7842: Composite free-run platfrom-data fixMartin Bugge1-1/+1
2014-02-04[media] v4l2-dv-timings: fix GTF calculationMartin Bugge1-0/+1
2014-02-04[media] hdpvr: Fix memory leak in debugMasanari Iida1-1/+3
2014-02-04[media] af9035: add ID [2040:f900] Hauppauge WinTV-MiniStick 2Antti Palosaari1-0/+2
2014-02-04[media] mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unsetDave Jones1-1/+1
2014-02-04[media] mxl111sf: Fix unintentional garbage stack readDave Jones1-1/+1
2014-02-04[media] cx24117: use a valid dev pointer for dev_err printoutAndi Shyti1-1/+1
2014-02-04[media] cx24117: remove dead code in always 'false' if statementAndi Shyti1-8/+0
2014-02-04[media] update Michael Krufky's email addressMichael Krufky17-20/+20
2014-02-04[media] vb2: Check if there are buffers before streamonRicardo Ribalda1-0/+5
2014-02-04[media] Revert "[media] videobuf_vm_{open,close} race fixes"Hans Verkuil3-19/+13
2014-02-04[media] go7007-loader: fix usb_dev leakAlexey Khoroshilov1-1/+3
2014-02-04[media] media: bt8xx: add missing put_device callLevente Kurusa1-1/+1
2014-02-04[media] exynos4-is: Compile in fimc-lite runtime PM callbacks conditionallySylwester Nawrocki1-0/+2
2014-02-04[media] exynos4-is: Compile in fimc runtime PM callbacks conditionallySylwester Nawrocki1-0/+2
2014-02-04[media] exynos4-is: Fix error paths in probe() for !pm_runtime_enabled()Sylwester Nawrocki2-3/+5
2014-02-04[media] s5p-jpeg: Fix wrong NV12 format parametersJacek Anaszewski1-4/+4
2014-02-04[media] s5k5baf: allow to handle arbitrary long i2c sequencesAndrzej Hajda1-11/+19
2014-02-04ALSA: hda - Fix silent output on Toshiba Satellite L40Takashi Iwai1-0/+19
2014-02-03Merge branch 'acl_fixes' into linux-nextTrond Myklebust2-28/+24
2014-02-03fs: get_acl() must be allowed to return EOPNOTSUPPTrond Myklebust1-6/+12
2014-02-03ACPI / hotplug / PCI: Fix bridge removal race vs dock eventsRafael J. Wysocki1-1/+20
2014-02-03ACPI / hotplug / PCI: Fix bridge removal race in handle_hotplug_event()Rafael J. Wysocki1-4/+14
2014-02-03ACPI / hotplug / PCI: Scan root bus under the PCI rescan-remove lockRafael J. Wysocki1-0/+4
2014-02-03ACPI / hotplug / PCI: Move PCI rescan-remove locking to hotplug_event()Rafael J. Wysocki1-2/+2
2014-02-03ACPI / hotplug / PCI: Remove entries from bus->devices in reverse orderRafael J. Wysocki1-4/+4
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet1-18/+11
2014-02-03xen/pvh: set CR4 flags for APsMukesh Rathor1-0/+12
2014-02-03NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust1-2/+11
2014-02-03NFSv3: Remove unused function nfs3_proc_set_default_aclTrond Myklebust1-19/+0
2014-02-03Merge tag 'v3.14-rc1' into patchworkMauro Carvalho Chehab10227-213757/+531286
2014-02-03libceph: fix error handling in ceph_osdc_init()Ilya Dryomov1-1/+4
2014-02-03Btrfs: use late_initcall instead of module_initFilipe David Borba Manana1-1/+1
2014-02-03Btrfs: use btrfs_crc32c everywhere instead of libcrc32cFilipe David Borba Manana3-6/+6
2014-02-03Btrfs: disable snapshot aware defrag for nowJosef Bacik1-1/+1
2014-02-03of: add vendor prefix for HoneywellMarek Belisko1-0/+1
2014-02-03of: Update qcom vendor prefix descriptionKumar Gala1-1/+1
2014-02-03of: add vendor prefix for Allwinner TechnologyEmilio López1-0/+1
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk6-101/+46
2014-02-03ALSA: usb-audio: Add missing kconfig dependecyTakashi Iwai1-0/+1
2014-02-03pinctrl: sirf: correct the pin index of ac97_pins groupQipan Li1-1/+1
2014-02-03pinctrl: imx27: fix offset calculation in imx_read_2bitChris Ruehl1-1/+1
2014-02-03pinctrl: vt8500: Change devicetree data parsingTony Prisk1-1/+14
2014-02-03pinctrl: imx27: fix wrong offset to ICONFBChris Ruehl1-4/+4
2014-02-03pinctrl: at91: use locked variant of irq_set_handlerNicolas Ferre1-5/+5
2014-02-02hwmon: (pmbus) Support per-page exponent in linear modeGuenter Roeck1-32/+36
2014-02-02Linus 3.14-rc1Linus Torvalds1-3/+3
2014-02-02Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds15-73/+278
2014-02-02hpfs: optimize quad buffer loadingMikulas Patocka1-46/+50
2014-02-02hpfs: remember free spaceMikulas Patocka3-10/+87
2014-02-02parisc: add flexible mmap memory layout supportHelge Deller6-43/+233
2014-02-02parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin1-1/+1
2014-02-02parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller1-21/+19
2014-02-02parisc: wire up sched_setattr and sched_getattrHelge Deller2-1/+5
2014-02-02parisc: fix cache-flushingHelge Deller3-3/+16
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2-4/+4
2014-02-02Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds3-27/+39
2014-02-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-200/+244
2014-02-02Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds31-57/+396
2014-02-02NVMe: Namespace use after free on surprise removalKeith Busch1-13/+42
2014-02-02hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare1-0/+1
2014-02-02hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare1-0/+1
2014-02-02iwlwifi: mvm: don't allow A band if SKU forbids itEmmanuel Grumbach1-0/+5
2014-02-02iwlwifi: mvm: BT Coex - disable BT when TXing probe request in scanEmmanuel Grumbach1-1/+2
2014-02-02Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar13-62/+162
2014-02-01x86: Fix the initialization of physnode_mapPetr Tesarik1-0/+2
2014-02-01vxlan: remove extra newline after function definitionDaniel Baluta1-1/+0
2014-02-01Merge branch 'ethoc'David S. Miller1-0/+101
2014-02-01net: ethoc: implement ethtool get/set ring parametersMax Filippov1-0/+51
2014-02-01net: ethoc: implement ethtool get registersMax Filippov1-0/+20
2014-02-01net: ethoc: implement ethtool get/set settingsMax Filippov1-0/+24
2014-02-01net: ethoc: implement basic ethtool operationsMax Filippov1-0/+6
2014-02-01tools/power turbostat: introduce -s to dump countersAndy Shevchenko1-33/+65
2014-02-01tools/power turbostat: remove unused command line optionAndy Shevchenko1-3/+3
2014-02-01NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueueTrond Myklebust3-7/+22
2014-02-01NFSv4: Fix memory corruption in nfs4_proc_open_confirmTrond Myklebust2-4/+6
2014-02-01Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2-8/+126
2014-02-01afs: proc cells and rootcell are writeablePali Rohár1-2/+2
2014-02-01tile: remove compat_sys_lookup_dcookie declaration to fix compile errorHeiko Carstens1-1/+0
2014-02-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-420/+553
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-51/+26
2014-02-01Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds75-0/+71854
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki2-19/+19
2014-01-31ARM: multi_v7_defconfig: remove redundant entries and re-enable TI_EDMAOlof Johansson1-10/+2
2014-01-31ARM: multi_v7_defconfig: add mvebu driversOlof Johansson1-0/+10
2014-01-31clocksource: kona: Add basic use of external clockTim Kryger1-3/+11
2014-01-31nfs: fix setting of ACLs on file creation.Noah Massey1-1/+1
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-42/+86
2014-01-31Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds32-566/+935
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds43-505/+2300
2014-01-31drivers: bus: fix CCI driver kcalloc call parameters swapLorenzo Pieralisi1-1/+1
2014-01-31ARM: dts: bcm28155-ap: Fix Card Detection GPIOTim Kryger1-1/+3
2014-01-31Merge tag 'renesas-dt-fixes2-for-v3.14' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-4/+4
2014-01-31ARM: multi_v7_defconfig: Select CONFIG_AT803X_PHYFabio Estevam1-0/+1
2014-01-31ARM: keystone: config: fix build warning when CONFIG_DMADEVICES is not setGrygorii Strashko2-1/+1
2014-01-31MAINTAINERS: ARM: SiRF: use regex patterns to involve all SiRF driversBarry Song1-8/+1
2014-01-31Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson4-5/+52
2014-01-31ARM: dts: zynq: Add SDHCI nodesSoren Brinkmann4-0/+32
2014-01-31ARM: hisi: don't select SMPRob Herring1-1/+0
2014-01-31ARM: tegra: rebuild tegra_defconfig to add DEBUG_FSStephen Warren1-8/+3
2014-01-31ARM: multi_v7: copy most options from tegra_defconfigStephen Warren1-11/+142
2014-01-31ARM: iop32x: fix power off handling for the EM7210 boardLinus Walleij1-5/+27
2014-01-31ARM: integrator: restore static map on the CPLinus Walleij1-0/+6
2014-01-31ARM: msm_defconfig: Enable MSM clock driversStephen Boyd1-0/+4
2014-01-31ARM: dts: msm: Add clock controller nodes and hook into uartStephen Boyd3-0/+53
2014-01-31ARM: OMAP4+: move errata initialization to omap4_pm_init_earlyNishanth Menon4-5/+23
2014-01-31ARM: OMAP4460: cpuidle: Extend PM_OMAP4_ROM_SMP_BOOT_ERRATUM_GICD on cpuidleStrashko, Grygorii4-5/+31
2014-01-31Fix mountpoint reference leakage in linkatOleg Drokin1-1/+4
2014-01-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-43/+74
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds9-4/+88