Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1bcb58a099938c33acda78b212ed67b06b3359ef
1bcb58a
objtool: Only print one warning per function
by Josh Poimboeuf
· 9 years ago
042ba73
objtool: Add several performance improvements
by Josh Poimboeuf
· 9 years ago
1698872
tools: Copy hashtable.h into tools directory
by Josh Poimboeuf
· 9 years ago
8133fbb
objtool: Fix false positive warnings for functions with multiple switch statements
by Josh Poimboeuf
· 9 years ago
a196e17
objtool: Rename some variables and functions
by Josh Poimboeuf
· 9 years ago
e2a5f18
objtool: Remove superflous INIT_LIST_HEAD
by Josh Poimboeuf
· 9 years ago
74aec05
objtool: Add helper macros for traversing instructions
by Josh Poimboeuf
· 9 years ago
d8d1b2c
objtool: Fix false positive warnings related to sibling calls
by Josh Poimboeuf
· 9 years ago
d435fb5
objtool: Compile with debugging symbols
by Josh Poimboeuf
· 9 years ago
b1e0324
objtool: Detect infinite recursion
by Josh Poimboeuf
· 9 years ago
81bfafc
objtool: Prevent infinite recursion in noreturn detection
by Josh Poimboeuf
· 9 years ago
3b27a0c
objtool: Detect and warn if libelf is missing and don't break the build
by Josh Poimboeuf
· 9 years ago
e17cf3a
tools: Support relative directory path for 'O='
by Josh Poimboeuf
· 9 years ago
c1d45c3
objtool: Support CROSS_COMPILE
by Josh Poimboeuf
· 9 years ago
19072f2
x86/asm/decoder: Use explicitly signed chars
by Josh Poimboeuf
· 9 years ago
d4883d5
objtool: Enable stack metadata validation on 64-bit x86
by Josh Poimboeuf
· 9 years ago
b9ab5eb
objtool: Add CONFIG_STACK_VALIDATION option
by Josh Poimboeuf
· 9 years ago
442f04c
objtool: Add tool to perform compile-time stack metadata validation
by Josh Poimboeuf
· 9 years ago
87aaff2
x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standard
by Josh Poimboeuf
· 9 years ago
0493694
sched: Always inline context_switch()
by Josh Poimboeuf
· 9 years ago
8e05e96
sched: Mark __schedule() stack frame as non-standard
by Josh Poimboeuf
· 9 years ago
39853cc
bpf: Mark __bpf_prog_run() stack frame as non-standard
by Josh Poimboeuf
· 9 years ago
983bb6d
x86/xen: Mark xen_cpuid() stack frame as non-standard
by Josh Poimboeuf
· 9 years ago
9a99417
objtool: Add STACK_FRAME_NON_STANDARD() macro
by Josh Poimboeuf
· 9 years ago
c0dd671686
objtool: Mark non-standard object files and directories
by Josh Poimboeuf
· 9 years ago
319e305
Merge branch 'ras/core' into core/objtool, to pick up the new exception table format
by Ingo Molnar
· 9 years ago
c085386
Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes
by Ingo Molnar
· 9 years ago
1923f3d
watchdog/hpwdt: Fix build on certain configs
by Ingo Molnar
· 9 years ago
6dc390a
Merge tag 'arc-4.5-rc6-fixes-upd' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 9 years ago
aa263c4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
2ac015e
thp: call pmdp_invalidate() with correct virtual address
by Kirill A. Shutemov
· 9 years ago
9ef2d8b
arc: SMP: CONFIG_ARC_IPI_DBG cleanup
by Valentin Rothberg
· 9 years ago
821eae7
sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()
by Josh Poimboeuf
· 9 years ago
3f62de5
x86/kvm: Add output operand in vmx_handle_external_intr inline asm
by Chris J Arges
· 9 years ago
16df4ff
x86/locking: Create stack frame in PV unlock
by Josh Poimboeuf
· 9 years ago
5c1d5f2
watchdog/hpwdt: Create stack frame in asminline_call()
by Josh Poimboeuf
· 9 years ago
cb7390f
x86/kvm: Make test_cc() always inline
by Josh Poimboeuf
· 9 years ago
1482a08
x86/kvm: Set ELF function type for fastop functions
by Josh Poimboeuf
· 9 years ago
c1c355c
x86/kprobes: Get rid of kretprobe_trampoline_holder()
by Josh Poimboeuf
· 9 years ago
d21001c
x86/asm/bpf: Create stack frames in bpf_jit.S
by Josh Poimboeuf
· 9 years ago
2d8fe90
x86/asm/bpf: Annotate callable functions
by Josh Poimboeuf
· 9 years ago
f05058c
x86/uaccess: Add stack frame output operand in get_user() inline asm
by Chris J Arges
· 9 years ago
ef0f3ed
x86/asm/power: Create stack frames in hibernate_asm_64.S
by Josh Poimboeuf
· 9 years ago
779c433
x86/asm/efi: Create a stack frame in efi_call()
by Josh Poimboeuf
· 9 years ago
3387a53
x86/asm: Create stack frames in rwsem functions
by Josh Poimboeuf
· 9 years ago
1352330
x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()
by Josh Poimboeuf
· 9 years ago
058fb73
x86/asm/entry: Create stack frames in thunk functions
by Josh Poimboeuf
· 9 years ago
8691ccd
x86/asm/crypto: Create stack frames in crypto functions
by Josh Poimboeuf
· 9 years ago
68874ac
x86/asm/crypto: Don't use RBP as a scratch register
by Josh Poimboeuf
· 9 years ago
aec4d0e
x86/asm/crypto: Simplify stack usage in sha-mb functions
by Josh Poimboeuf
· 9 years ago
f66f619
x86/asm/crypto: Move jump_table to .rodata section
by Josh Poimboeuf
· 9 years ago
1253cab
x86/asm/crypto: Move .Lbswap_mask data to .rodata section
by Josh Poimboeuf
· 9 years ago
de642fa
x86/amd: Set ELF function type for vide()
by Josh Poimboeuf
· 9 years ago
87b240c
x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNK
by Josh Poimboeuf
· 9 years ago
bb93eb4
x86/paravirt: Add stack frame dependency to PVOP inline asm calls
by Josh Poimboeuf
· 9 years ago
8be0eb7
x86/asm/xen: Create stack frames in xen-asm.S
by Josh Poimboeuf
· 9 years ago
9fd2160
x86/asm/xen: Set ELF function type for xen_adjust_exception_frame()
by Josh Poimboeuf
· 9 years ago
0e8e223
x86/xen: Add stack frame dependency to hypercall inline asm calls
by Josh Poimboeuf
· 9 years ago
d73b73f
ARC: SMP: No need for CONFIG_ARC_IPI_DBG
by Vineet Gupta
· 9 years ago
3dea30c
ARCv2: Elide sending new cross core intr if receiver didn't ack prev
by Vineet Gupta
· 9 years ago
9681787
ARCv2: SMP: Push IPI_IRQ into IPI provider
by Vineet Gupta
· 9 years ago
dbcbc7e
ARC: [intc-compact] Remove IPI setup from ARCompact port
by Vineet Gupta
· 9 years ago
bb143f8
ARCv2: SMP: Emulate IPI to self using software triggered interrupt
by Vineet Gupta
· 9 years ago
84e54c4
Merge tag 'dm-4.5-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 9 years ago
0ecdcd3
Merge tag 'mmc-v4.5-rc4' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 9 years ago
420eb6d
Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 9 years ago
de9e478
x86: fix SMAP in 32-bit environments
by Linus Torvalds
· 9 years ago
3e5177c
arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCE
by Alexey Brodkin
· 9 years ago
9fd4b9f
NFSv4.x/pnfs: Fix a race between layoutget and bulk recalls
by Trond Myklebust
· 9 years ago
2454dfe
NFSv4.x/pnfs: Fix a race between layoutget and pnfs_destroy_layout
by Trond Myklebust
· 9 years ago
4de8ebe
Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
692b8c6
Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
dea08e6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
5c102d0e
Merge tag 'hwmon-for-linus-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 9 years ago
a16152c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
7ee302f
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
d856626
Merge tag 'linux-can-fixes-for-4.5-20160221' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 9 years ago
dd78dac
Merge branch 'bnx2x-848xx-phy-fixes'
by David S. Miller
· 9 years ago
4ec0b6d
bnx2x: Fix 84833 phy command handler
by Yuval Mintz
· 9 years ago
bb1187a
bnx2x: Fix led setting for 84858 phy.
by Yuval Mintz
· 9 years ago
27ba2d2
bnx2x: Correct 84858 PHY fw version
by Yuval Mintz
· 9 years ago
512ab9a
bnx2x: Fix 84833 RX CRC
by Yuval Mintz
· 9 years ago
1e411f0
bnx2x: Fix link-forcing for KR2
by Yuval Mintz
· 9 years ago
9ca69b7
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 9 years ago
b5a099c
net: ethernet: davicom: fix devicetree irq resource
by Robert Jarzmik
· 9 years ago
1ad5466
fmvj18x_cs: fix incorrect indexing of dev->dev_addr[] when copying the MAC address
by Ken Kawasaki
· 9 years ago
14112ca
Driver: Vmxnet3: Update Rx ring 2 max size
by Shrikrishna Khare
· 9 years ago
d3e1718
Merge branch 'netcp-fixes'
by David S. Miller
· 9 years ago
0632448
net: netcp: rework the code for get/set sw_data in dma desc
by Karicheri, Muralidharan
· 9 years ago
b1cb86a
soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data
by Karicheri, Muralidharan
· 9 years ago
9ecfe87
net: ti: netcp: restore get/set_pad_info() functionality
by Karicheri, Muralidharan
· 9 years ago
3301be3
MAINTAINERS: Drop myself as xen netback maintainer
by Ian Campbell
· 9 years ago
d9749fb
sctp: Fix port hash table size computation
by Neil Horman
· 9 years ago
4328daa
dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
by Mike Snitzer
· 9 years ago
90cfde4
can: ems_usb: Fix possible tx overflow
by Gerhard Uttenthaler
· 9 years ago
81f70ba
Linux 4.5-rc5
by Linus Torvalds
· 9 years ago
0389075
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
06b74c6
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
e6a1c1e
Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
da6b736
Merge tag 'dmaengine-fix-4.5-rc5' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
Next »