aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-09x86/efi: Mark initialization code as suchnextMathias Krause5-22/+24
2014-09-09x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause1-6/+6
2014-09-09x86/efi: Unexport add_efi_memmap variableMathias Krause2-4/+1
2014-09-09x86/efi: Remove unused efi_call* macrosMathias Krause1-10/+0
2014-09-09efi: Resolve some shadow warningsMark Rustad1-7/+7
2014-09-03arm64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek1-20/+6
2014-09-03ia64: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek1-2/+4
2014-09-03x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek1-2/+5
2014-09-03efi: Introduce efi_md_typeattr_format()Laszlo Ersek2-0/+64
2014-09-03efi: Add macro for EFI_MEMORY_UCE memory attributeLaszlo Ersek1-0/+1
2014-08-25efi_rtc: Probe function error out in case no efi runtime enabledDave Young1-0/+3
2014-08-25x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young1-1/+5
2014-08-25arm64/efi: Do not enter virtual mode if booting with efi=noruntime or noefiDave Young1-3/+8
2014-08-25arm64/efi: uefi_init error handling fixDave Young1-3/+4
2014-08-25efi: Add kernel param efi=noruntimeDave Young3-3/+13
2014-08-25lib: Add a generic cmdline parse function parse_option_strDave Young3-20/+32
2014-08-25efi: Move noefi early param code out of x86 arch codeDave Young4-10/+16
2014-08-22efi-bgrt: Add error handling; inform the user when ignoring the BGRTJosh Triplett1-6/+30
2014-08-06efi: Add efi= parameter parsing to the EFI boot stubMatt Fleming6-5/+91
2014-08-05efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel2-10/+146
2014-07-18efi/arm64: Handle missing virtual mapping for UEFI System Tableefi-nextArd Biesheuvel1-4/+24
2014-07-18arch/x86/xen: Silence compiler warningsDaniel Kiper4-14/+53
2014-07-18xen: Silence compiler warningsDaniel Kiper1-1/+1
2014-07-18x86/efi: Request desired alignment via the PE/COFF headersMichael Brown1-1/+1
2014-07-18x86/efi: Add better error logging to EFI boot stubUlf Winkelvos1-3/+11
2014-07-18efi: Autoload efivarsLee, Chun-Yi2-0/+16
2014-07-18efi: Update stale locking comment for struct efivarsMatt Fleming1-6/+2
2014-07-18arch/x86: Remove efi_set_rtc_mmss()Daniel Kiper2-37/+0
2014-07-18arch/x86: Replace plain strings with constantsDaniel Kiper1-2/+2
2014-07-18xen: Put EFI machinery in placeDaniel Kiper5-0/+401
2014-07-18xen: Define EFI related stuffDaniel Kiper1-0/+123
2014-07-18arch/x86: Remove redundant set_bit(EFI_MEMMAP) callDaniel Kiper1-2/+0
2014-07-18arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) callDaniel Kiper1-2/+0
2014-07-18efi: Introduce EFI_PARAVIRT flagDaniel Kiper3-16/+39
2014-07-18arch/x86: Do not access EFI memory map if it is not availableDaniel Kiper1-0/+3
2014-07-18efi: Use early_mem*() instead of early_io*()Daniel Kiper2-16/+16
2014-07-18arch/ia64: Define early_memunmap()Daniel Kiper1-0/+1
2014-07-18x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flagMatt Fleming5-2/+54
2014-07-18efi/reboot: Allow powering off machines using EFIMatt Fleming2-0/+24
2014-07-18efi/reboot: Add generic wrapper around EfiResetSystem()Matt Fleming5-7/+33
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel13-11/+39
2014-07-07efi: efistub: Refactor stub componentsArd Biesheuvel7-88/+164
2014-07-07efi/arm64: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel2-10/+13
2014-07-07efi/x86: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel3-20/+26
2014-07-07efi/arm64: Avoid EFI_ERROR as a generic return codeArd Biesheuvel1-1/+1
2014-07-07efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel3-13/+23
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel6-142/+170
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel2-12/+0
2014-06-19x86/efi: Support initrd loaded above 4GYinghai Lu1-3/+11
2014-06-19x86/efi: Use early_memunmap() to squelch sparse errorsMatt Fleming1-2/+2
2014-06-19x86/efi: Move all workarounds to a separate file quirks.cSaurabh Tangri4-236/+272
2014-06-15Linux 3.16-rc1Linus Torvalds1-2/+2
2014-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-34/+96
2014-06-15Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds30-265/+1836
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds5-110/+194
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann1-4/+28
2014-06-15Merge branch 'csum_fixes'David S. Miller7-25/+60
2014-06-15vxlan: Checksum fixesTom Herbert1-9/+2
2014-06-15net: add skb_pop_rcv_encapsulationTom Herbert1-0/+12
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert1-1/+3
2014-06-15net: Fix save software checksum completeTom Herbert2-10/+29
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert3-5/+14
2014-06-14Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds24-369/+715
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-36/+192
2014-06-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-34/+36
2014-06-14fix __swap_writepage() compile failure on old gcc versionsAl Viro1-1/+1
2014-06-14Merge tag 'hsi-for-3.16-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2014-06-14Merge tag 'gpio-v3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2014-06-14Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-137/+279
2014-06-14Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-142/+401
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-13vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-06-13MAINTAINERS: update cxgb4 maintainerDimitris Michailidis1-1/+1
2014-06-13x86/vdso: Fix vdso_installAndy Lutomirski1-11/+11
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran1-7/+6
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen1-5/+7
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen1-1/+3
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana1-0/+2
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin1-1/+1
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong1-2/+7
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift2-0/+51
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox1-3/+2
2014-06-13NVMe: Define Log Page constantsMatthew Wilcox1-0/+4
2014-06-13NVMe: Fix hot cpu notification dead lockKeith Busch2-11/+26
2014-06-13Merge tag 'sound-fix-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-56/+147
2014-06-13Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-0/+5
2014-06-13Merge branch 'serge-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-28/+114
2014-06-13ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang1-0/+14
2014-06-13ALSA: hda - Add quirk for external mic on Lifebook U904David Henningsson1-0/+9
2014-06-13ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk tableHui Wang1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds14-286/+670
2014-06-12Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-1745/+458
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds30-364/+728
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds50-162/+293
2014-06-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds17-177/+168
2014-06-12Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds4-21/+37
2014-06-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds108-4505/+4514
2014-06-12Merge tag 'blackfin-for-linus' of http://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-9/+10
2014-06-12Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-24/+46
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-326/+416
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds81-1182/+2979
2014-06-12x86/vdso: Hack to keep 64-bit Go programs workingAndy Lutomirski3-13/+60
2014-06-12x86/vdso: Add PUT_LE to store little-endian valuesAndy Lutomirski1-3/+16
2014-06-12x86/vdso/doc: Make vDSO examples more portableAndy Lutomirski3-41/+123
2014-06-12x86/vdso/doc: Rename vdso_test.c to vdso_standalone_test_x86.cAndy Lutomirski1-1/+1
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds13-150/+737
2014-06-12btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift1-15/+33
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift2-0/+40
2014-06-12btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift1-9/+15
2014-06-12btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift1-2/+26
2014-06-12btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift1-7/+11
2014-06-12btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift1-5/+7
2014-06-12ima: introduce ima_kernel_read()Dmitry Kasatkin1-1/+31
2014-06-12evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar1-2/+10
2014-06-12ima: check inode integrity cache in violation checkDmitry Kasatkin1-2/+7
2014-06-12ima: prevent unnecessary policy checkingDmitry Kasatkin1-9/+4
2014-06-12evm: provide option to protect additional SMACK xattrsDmitry Kasatkin2-0/+22
2014-06-12evm: replace HMAC version with attribute maskDmitry Kasatkin4-11/+33
2014-06-12ima: prevent new digsig xattr from being replacedMimi Zohar1-3/+7
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1265-22872/+61457
2014-06-12Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-117/+230
2014-06-12Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds66-1039/+1065
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-113/+437
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds18-367/+267
2014-06-12Merge tag 'backlight-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-6/+7
2014-06-12target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger1-0/+4
2014-06-12Merge tag 'mfd-for-linus-3.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-26/+281
2014-06-12Merge tag 'mmc-v3.16-2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds5-12/+15
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds447-9542/+24787
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt1-4/+18
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-06-12Merge branch 'fec'David S. Miller2-100/+443
2014-06-12net: fec: Add software TSO supportNimrod Andy2-23/+238
2014-06-12net: fec: Add Scatter/gather supportNimrod Andy2-62/+178
2014-06-12net: fec: Increase buffer descriptor entry numberNimrod Andy2-16/+17
2014-06-12net: fec: Factorize feature settingNimrod Andy1-5/+3
2014-06-12net: fec: Enable IP header hardware checksumNimrod Andy1-1/+2
2014-06-12net: fec: Factorize the .xmit transmit functionNimrod Andy2-35/+47
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing1-0/+2
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing1-0/+2
2014-06-12via-rhine: fix full-duplex with autoneg disableFrançois Cachereul1-2/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds102-2028/+1796
2014-06-12Merge branch 'bnx2x'David S. Miller3-21/+54
2014-06-12bnx2x: Enlarge the dorq threshold for VFsAriel Elior1-2/+4
2014-06-12bnx2x: Check for UNDI in uncommon branchYuval Mintz1-13/+30
2014-06-12bnx2x: Fix 1G-baseT linkYaniv Rosner1-0/+1
2014-06-12bnx2x: Fix link for KR with swapped polarity laneYaniv Rosner1-6/+19
2014-06-12sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-12hwmon: vexpress: Use devm helper for hwmon device registrationPawel Moll1-54/+28
2014-06-12hwmon: (atxp1) Avoid forward declarationAxel Lin1-24/+18
2014-06-12hwmon: add support for Sensirion SHTC1 sensorTomas Pop5-0/+328
2014-06-12hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-38/+13
2014-06-12hwmon: (lm85) Drop generic detectionJean Delvare1-23/+10
2014-06-12hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri1-3/+4
2014-06-12dlm: keep listening connection alive with sctp modeLidong Zhong1-0/+5
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar186-652/+551
2014-06-12Merge branch 'pm-sleep'Rafael J. Wysocki8-32/+115
2014-06-12Merge branch 'pm-cpufreq'Rafael J. Wysocki11-61/+256
2014-06-12Merge branches 'acpi-general' and 'acpi-video'Rafael J. Wysocki2-1/+13
2014-06-12Merge branch 'acpi-hotplug'Rafael J. Wysocki2-18/+52
2014-06-12ALSA: intel8x0: Use ktime and ktime_get()Thomas Gleixner1-6/+4
2014-06-12ALSA: core: Use ktime_get_ts()Thomas Gleixner2-3/+3
2014-06-12ALSA: hda - verify pin:converter connection on unsol event for HSW and VLVMengdong Lin1-1/+9
2014-06-12ALSA: compress: Cancel the optimization of compiler and fix the size of struc...Wang, Xiaoming1-1/+1
2014-06-12blackfin: defconfigs: add MTD_SPI_NOR (new dependency for M25P80)Brian Norris7-9/+7
2014-06-12mmc: simplify SDHCI Kconfig dependenciesArnd Bergmann1-5/+3
2014-06-12mmc: omap: don't select TPS65010Arnd Bergmann1-1/+1
2014-06-12mmc: mvsdio: avoid compiler warningArnd Bergmann1-1/+1
2014-06-12mmc: atmel-mci: incude asm/cacheclush.hArnd Bergmann1-0/+1
2014-06-12mmc: sdhci-msm: Fix fallout from sdhci refactoringStephen Boyd1-0/+4
2014-06-12mmc: usdhi6rol0: fix compiler warningsGuennadi Liakhovetski1-5/+5
2014-06-12powerpc: Avoid circular dependency with zImage.%Michal Marek1-2/+2
2014-06-12gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren1-1/+1
2014-06-12lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro1-1/+3
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro599-3790/+7374
2014-06-12kill generic_file_splice_write()Al Viro2-126/+0
2014-06-12ceph: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-12shmem: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-12nfs: switch to iter_splice_write_file()Al Viro3-34/+2
2014-06-12fs/splice.c: remove unneeded exportsAl Viro2-20/+5
2014-06-12ocfs2: switch to iter_file_splice_write()Al Viro1-80/+2
2014-06-12->splice_write() via ->write_iter()Al Viro16-56/+156
2014-06-11Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-59/+127
2014-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-87/+101
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds7-33/+18
2014-06-12powerpc/book3s: Fix some ABIv2 issues in machine check codeAnton Blanchard1-2/+2
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-67/+117
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-27/+66
2014-06-11net/core: Add VF link state control policyDoug Ledford1-0/+2
2014-06-11net/fsl: xgmac_mdio is dependent on OF_MDIOAndy Fleming1-0/+1
2014-06-11net/fsl: Make xgmac_mdio read error message usefulShruti Kanetkar1-1/+3
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal3-3/+5
2014-06-11Merge branch 'inet_csums'David S. Miller6-17/+33
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert2-0/+3
2014-06-11net: Save software checksum completeTom Herbert4-9/+17
2014-06-11net: Preserve CHECKSUM_COMPLETE at validationTom Herbert1-9/+14
2014-06-11Merge branch 'qlcnic-next'David S. Miller4-34/+37
2014-06-11qlcnic: Update version to 5.3.60Shahed Shaikh1-2/+2
2014-06-11qlcnic: Optimize ring count validationsShahed Shaikh2-12/+7