summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-04-22modpost: fix inverted logic in is_extable_fault_address().Quentin Casasnovas-1/+6
2015-04-22modpost: handle -ffunction-sectionsRusty Russell-1/+1
2015-04-22modpost: Whitelist .text.fixup and .exception.textThierry Reding-1/+1
2015-04-15params: handle quotes properly for values not of form foo="bar".Rusty Russell-2/+2
2015-04-13modpost: document the use of struct section_check.Quentin Casasnovas-0/+20
2015-04-13modpost: handle relocations mismatch in __ex_table.Quentin Casasnovas-0/+141
2015-04-13scripts: add check_extable.sh script.Quentin Casasnovas-0/+146
2015-04-13modpost: mismatch_handler: retrieve tosym information only when needed.Quentin Casasnovas-3/+4
2015-04-13modpost: factorize symbol pretty print in get_pretty_name().Quentin Casasnovas-11/+12
2015-04-13modpost: add handler function pointer to sectioncheck.Quentin Casasnovas-26/+42
2015-04-13modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list.Quentin Casasnovas-1/+2
2015-04-13modpost: add strict white-listing when referencing sections.Quentin Casasnovas-15/+19
2015-03-24module: do not print allocation-fail warning on bogus user buffer sizeKirill A. Shutemov-1/+2
2015-03-24kernel/module.c: fix typos in message about unused symbolsYannick Guerrini-3/+3
2015-03-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-73/+66
2015-03-17Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds-7/+9
2015-03-17Merge tag 'regulator-fix-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+18
2015-03-17Merge tag 'regmap-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+7
2015-03-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-23/+168
2015-03-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-81/+114
2015-03-17pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov-0/+3
2015-03-17virtio_mmio: fix access width for mmioMichael S. Tsirkin-8/+71
2015-03-16Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Marcelo Tosatti-75/+105
2015-03-16Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix...Mark Brown-17/+18
2015-03-16regulator: tps65910: Add missing #include <linux/of.h>Geert Uytterhoeven-0/+1
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov-61/+17
2015-03-15Linux 4.0-rc4v4.0-rc4Linus Torvalds-1/+1
2015-03-15Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+1
2015-03-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+83
2015-03-16[PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa-1/+1
2015-03-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-225/+882
2015-03-15Merge tag 'irqchip-fixes-4.0' of git://git.infradead.org/users/jcooper/linuxLinus Torvalds-39/+166
2015-03-15Merge branch 'irqchip/urgent-gic' into irqchip/urgentJason Cooper-38/+146
2015-03-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-110/+155
2015-03-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+4
2015-03-14Merge tag 'locks-v4.0-4' of git://git.samba.org/jlayton/linuxLinus Torvalds-1/+1
2015-03-14Merge tag 'vfio-v4.0-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds-0/+2
2015-03-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+34
2015-03-14Merge tag 'linux-kselftest-4.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+9
2015-03-14locks: fix generic_delete_lease tracepoint to use victim pointerJeff Layton-1/+1
2015-03-14arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall-0/+33
2015-03-14arm64: put __boot_cpu_mode label after alignment instead of beforeArd Biesheuvel-1/+1
2015-03-14efi/arm64: use UEFI for system reset and poweroffArd Biesheuvel-0/+17
2015-03-14arm64: Invalidate the TLB corresponding to intermediate page table levelsCatalin Marinas-0/+16
2015-03-13Merge tag 'pm+acpi-4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+5
2015-03-13MAINTAINERS: Add myself as co-maintainer to the legacy support of the mvebu SoCsGregory CLEMENT-0/+1
2015-03-13Merge branch 'pm-tools'Rafael J. Wysocki-1/+1
2015-03-13Merge tag 'stable/for-linus-4.0-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-23/+66
2015-03-13Merge tag 'sound-4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-22/+82
2015-03-13Merge tag 'devicetree-fixes-for-4.0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-22/+65