| Commit message (Expand) | Author | Age |
| * | Kbuild, lto: Add a gcc-ld script to let run gcc as ld | Andi Kleen | 2014-02-13 |
| * | Kbuild, lto: add ld-version and ld-ifversion macros | Andi Kleen | 2014-02-13 |
| * | Kbuild, lto: Drop .number postfixes in modpost | Andi Kleen | 2014-02-13 |
| * | Kbuild, lto, workaround: Don't warn for initcall_reference in modpost | Andi Kleen | 2014-02-13 |
| * | lto: Disable LTO for sys_ni | Andi Kleen | 2014-02-13 |
| * | lto: Handle LTO common symbols in module loader | Joe Mario | 2014-02-13 |
| * | lto, workaround: Add workaround for initcall reordering | Andi Kleen | 2014-02-13 |
| * | lto: Make asmlinkage __visible | Andi Kleen | 2014-02-13 |
| * | x86, lto: Disable LTO for the x86 VDSO | Andi Kleen | 2014-02-13 |
| * | initconst, x86: Fix initconst mistake in ts5500 code | Andi Kleen | 2014-02-13 |
| * | initconst: Fix initconst mistake in dcdbas | Andi Kleen | 2014-02-13 |
| * | asmlinkage: Make trace_hardirqs_on/off_caller visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage, x86: Fix 32bit memcpy for LTO | Andi Kleen | 2014-02-13 |
| * | asmlinkage Make __stack_chk_failed and memcmp visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage: Mark rwsem functions that can be called from assembler asmlinkage | Andi Kleen | 2014-02-13 |
| * | asmlinkage: Make main_extable_sort_needed visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage, mutex: Mark __visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage: Make trace_hardirq visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage: Make lockdep_sys_exit asmlinkage | Andi Kleen | 2014-02-13 |
| * | asmlinkage, pnp: Make variables used from assembler code visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage: Make jiffies visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage: Make __iowrite32_copy visible | Andi Kleen | 2014-02-13 |
| * | asmlinkage, kvm: Make kvm_rebooting visible | Andi Kleen | 2014-02-13 |
| * | Linux 3.14-rc2 | Linus Torvalds | 2014-02-09 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2014-02-09 |
| |\ |
|
| | * | Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i... | James Morris | 2014-02-10 |
| | |\ |
|
| | | * | SELinux: Fix kernel BUG on empty security contexts. | Stephen Smalley | 2014-02-05 |
| | | * | selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message types | Paul Moore | 2014-02-05 |
| | | * | Merge tag 'v3.13' into stable-3.14 | Paul Moore | 2014-02-05 |
| | | |\ |
|
| * | | \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-02-09 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | fix a kmap leak in virtio_console | Al Viro | 2014-02-09 |
| | * | | | fix O_SYNC|O_APPEND syncing the wrong range on write() | Al Viro | 2014-02-09 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-02-09 |
| |\ \ \ \ |
|
| | * | | | | Btrfs: fix data corruption when reading/updating compressed extents | Filipe David Borba Manana | 2014-02-08 |
| | * | | | | Btrfs: don't loop forever if we can't run because of the tree mod log | Josef Bacik | 2014-02-08 |
| | * | | | | btrfs: reserve no transaction units in btrfs_ioctl_set_features | David Sterba | 2014-02-08 |
| | * | | | | btrfs: commit transaction after setting label and features | Jeff Mahoney | 2014-02-08 |
| | * | | | | Btrfs: fix assert screwup for the pending move stuff | Josef Bacik | 2014-02-08 |
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-02-09 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2014-02-02 |
| | |\ \ \ \ \ |
|
| | | * | | | | | perf buildid-cache: Check relocation when checking for existing kcore | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf tools: Adjust kallsyms for relocated kernel | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf tests: No need to set up ref_reloc_sym | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf symbols: Prevent the use of kcore if the kernel has moved | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf record: Get ref_reloc_sym from kernel map | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf machine: Add machine__get_kallsyms_filename() | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf tools: Add kallsyms__get_function_start() | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf symbols: Fix symbol annotation for relocated kernel | Adrian Hunter | 2014-01-31 |
| | | * | | | | | perf tools: Fix include for non x86 architectures | Francesco Fusco | 2014-01-31 |