- fa93db1 syscall_get_arch: remove useless function arguments by Eric Paris · 11 years ago
- ca88ccf ARM: 7577/1: arch/add syscall_get_arch by Will Drewry · 12 years ago
- 2abc550 ARM: 7373/1: add support for the generic syscall.h interface by Wade Farnsworth · 13 years ago
- 8c0a6ab Revert "CHROMIUM: arch/arm: add asm/syscall.h" by Karsten Tausche · 4 years, 4 months ago
- 777e7ff Revert "CHROMIUM: ARM: r1->r0 for get/set arguments" by Karsten Tausche · 4 years, 4 months ago
- e0e0092 ARM: 7456/1: ptrace: provide separate functions for tracing syscall {entry,exit} by Will Deacon · 12 years ago
- f9ffeb1 ARM: 7455/1: audit: move syscall auditing until after ptrace SIGTRAP handling by Will Deacon · 12 years ago
- 287565a ARM: 7454/1: entry: don't bother with syscall tracing on ret_from_fork path by Will Deacon · 12 years ago
- 62f8844 UPSTREAM: arm: perf: Fix callchain parse error with kernel tracepoint events by Hou Pengyang · 10 years ago
- be1da6c UPSTREAM: ARM: 8170/1: Add global named register current_stack_pointer for ARM by Behan Webster · 10 years ago
- ccbf0f3 sched: Deliver sched_switch events to the current task by Andrew Vagin · 12 years ago
- a418b4e PARTIAL: USB: core: correct spelling mistakes in comments and warning by Rahul Bedarkar · 11 years ago
- 3fca16d selinux: properly handle multiple messages in selinux_netlink_send() by Paul Moore · 4 years, 7 months ago
- 5eb9faa PARTIAL: qseecom: don't unregister listener when data->released is true by Zhen Kong · 5 years ago
- 282f423 cpuset: Add allow_attach hook for cpusets on android. by Riley Andrews · 9 years ago
- c395967 ping: prevent NULL pointer dereference on write to msg_name by Hannes Frederic Sowa · 11 years ago
- 40b0af2 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
- ff76500 net:ipv6:fixed space issues relating to operators. by Jeffrin Jose · 12 years ago
- bf56b32 ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id by Hannes Frederic Sowa · 12 years ago
- c8f6fab ipv6: fix cleanup ordering for pingv6 registration by Sabrina Dubroca · 6 years ago
- 04a5263 net: ping: do not abuse udp_poll() by Eric Dumazet · 7 years ago
- c2e538b ipv6: fix endianness error in icmpv6_err by Hannes Frederic Sowa · 8 years ago
- 0915e74 ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 12 years ago
- f4d0fb5 ipv6: Export ipv6 functions for use by other protocols by Chris Elston · 13 years ago
- abe9eae ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
- 4e3f0e3 Revert "ping: prevent NULL pointer dereference on write to msg_name" by Karsten Tausche · 4 years, 4 months ago
- 55a09c6 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
- 4d123e5 ipv6/ip6_gre: set transport header correctly by Isaku Yamahata · 12 years ago
- 8d4864a gre6: fix rtnl dump messages by Nicolas Dichtel · 12 years ago
- 489e082 ipv6: gre: remove ip6gre_header_parse() by Eric Dumazet · 12 years ago
- dbc3f70 gre: remove unnecessary rcu_read_lock/unlock by stephen hemminger · 12 years ago
- 2e2923e gre: fix handling of key 0 by stephen hemminger · 12 years ago
- cd05153 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
- 9496059 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
- f0c23a0 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 12 years ago
- 9f51e86 ipv6: gre: fix ip6gre_err() by Eric Dumazet · 12 years ago
- c3ea079 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
- 7c52291 ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checks by Ville Nuorvala · 12 years ago
- 5ba74e1 net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
- c7e7451 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
- 13f97a0 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
- 9ae202f ipv6: Use container_of macro instead of magic number to get ipv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
- 462f8e8 ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 12 years ago
- c9ccca2 shm: add sealing API by David Herrmann · 10 years ago
- a4d6f93 mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
- 18a8753 mm: mmap_region: kill correct_wcount/inode, use allow_write_access() by Oleg Nesterov · 11 years ago
- cd9f39c FIXUP: make get_file() return its argument by Karsten Tausche · 4 years, 3 months ago
- b8d1295 make get_file() return its argument by Al Viro · 12 years ago
- 209ff32 Backport: new helper: file_inode(file) by Karsten Tausche · 4 years, 5 months ago
- 4eae6ef Revert "splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE" by Karsten Tausche · 4 years, 4 months ago
- 8a14c34 vfs: fix do_last() regression by Al Viro · 4 years, 9 months ago
- a243411 do_last(): fetch directory ->i_mode and ->i_uid before it's too late by Al Viro · 4 years, 10 months ago
- 063d55a namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
- 5fc7b9e VFS: Introduce inode-getting helpers for layered/unioned fs environments by David Howells · 10 years ago
- f910390 do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
- 4a7a6f8 userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
- d6814e26 userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
- 07e997d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
- ebbce29 dcache.c: get rid of pointless macros by Al Viro · 11 years ago
- 91cd1b0 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
- d21506a msm: camera: Fix possible kernel panic in general buf manager by Yiduo Wang · 11 years ago
- cac11f8 fixme : debugging - Dumping regs for tracepoint events is not supported by the kernel by prityaa · 4 years, 5 months ago
- 620d526 perf: Fix race in perf_event_exec() by Peter Zijlstra · 9 years ago
- 6569f4e perf: Fix ring_buffer_attach() RCU sync, again by Oleg Nesterov · 9 years ago
- 6c3c38d perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 10 years ago
- 69435d2 ARM: 7374/1: add TRACEHOOK support by Wade Farnsworth · 13 years ago
- bf1d7e8 ARM: perf: add support for perf registers API by Will Deacon · 11 years ago
- ca304af perf: Add perf_output_skip function to skip bytes in sample by Jiri Olsa · 12 years ago
- 9e84d45 perf: Factor __output_copy to be usable with specific copy function by Frederic Weisbecker · 12 years ago
- b2a3ec6 perf: Add ability to sample machine state on interrupt by Stephane Eranian · 10 years ago
- 3b6a3e6 perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
- 243b8cc msm8974 perf: Pass last sampling period to perf_sample_data_init() by prityaa · 4 years, 5 months ago
- 9182ae8 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 13 years ago
- 2e980e8 perf: Add ability to attach user level registers dump to sample by Jiri Olsa · 12 years ago
- 2dae869 perf: Unified API to record selective sets of arch registers by Jiri Olsa · 12 years ago
- 8faf506 perf: Add PERF_RECORD_SWITCH to indicate context switches by Adrian Hunter · 9 years ago
- 1b9e2d0 fixme use_clockid : capabilities are dependent on clock (kernel/clock) by prityaa · 4 years, 5 months ago
- bbde099 perf: Disable sampled events if no PMU interrupt by Vince Weaver · 10 years ago
- d9e1ef2 perf: Add per event clockid support by Peter Zijlstra · 10 years ago
- 0a229c3 string: introduce helper to get base file name from given path by Andy Shevchenko · 12 years ago
- 09b527f perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
- 1bde9af fixme : mmap2 is crashing at boot time skipping its implementation by prityaa · 4 years, 5 months ago
- adeccbb rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 9 years ago
- a994998 perf: Remove the 'match' callback for auxiliary events processing by Jiri Olsa · 11 years ago
- ac75738 perf/core: Free AUX pages in unmap path by Alexander Shishkin · 9 years ago
- fe3a712 bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG by Daniel Santos · 12 years ago
- 96267c5 arch: Introduce smp_load_acquire(), smp_store_release() by Peter Zijlstra · 11 years ago
- f39d22f rcu: Provide grace-period piggybacking API by Paul E. McKenney · 11 years ago
- ccbfc66 perf: Add attribute to filter out callchains by Frederic Weisbecker · 12 years ago
- 81504ee perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
- 942166f perf: Add data_{offset,size} to user_page by Alexander Shishkin · 10 years ago
- a84c26b perf/x86: Add ability to calculate TSC from perf sample timestamps by Adrian Hunter · 11 years ago
- 2c97d7e perf: Fix vmalloc ring buffer pages handling by Jiri Olsa · 12 years ago
- ec5bf68 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
- 133394b perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
- 27bd248 perf: Support overwrite mode for the AUX area by Alexander Shishkin · 10 years ago
- 73b7e88 perf: Add wakeup watermark control to the AUX area by Alexander Shishkin · 10 years ago
- 5720d4f perf: Add pmu callbacks to track event mapping and unmapping by Andy Lutomirski · 10 years ago
- 6d9d282 perf: Fix a race between ring_buffer_detach() and ring_buffer_attach() by Peter Zijlstra · 11 years ago
- 5aa0a2c perf: Add AUX area to ring buffer for raw data streams by Peter Zijlstra · 10 years ago