index
:
linux-dev
for-cryptodev-2.6
for-next
jd/arm-thumb-sym
jd/big-key-gcm
jd/big-key-gcm-split
jd/broken-netlink-dump
jd/chacha-stack-validation
jd/clang-aarch64
jd/cleaner-add-random-ready
jd/fast-ti-aarch64
jd/fix-tishift-modules
jd/hsiphash128
jd/hsiphash128-2
jd/hsiphash128-3
jd/icmp-conntrack
jd/kasan-stack-frame
jd/kconfig-assembler-support
jd/memcmp-wpa
jd/netdev-pub
jd/netlink-dump-size
jd/netlink-dump-size-v2
jd/random-zinc
jd/re-zinc-it-up
jd/rmk-toolcheck
jd/rng-blocker
jd/skb_memzero_explicit
jd/timekeeping
jd/um-fixups
jd/variable-time-memcmp
jd/wireguard
jd/wireguard-azinc
jd/with-cryptoapi-port
jd/zinc-light
jn/rhashtable
jn/rhashtable-api
jn/rhashtable-next
master
tg/skb_memzero
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-19
static_key: WARN on usage before jump_label_init was called
Hannes Frederic Sowa
1
-0
/
+5
2013-10-13
cgroup: fix to break the while loop in cgroup_attach_task() correctly
Anjana V Kumar
1
-3
/
+3
2013-10-04
perf: Fix perf_pmu_migrate_context
Peter Zijlstra
1
-3
/
+3
2013-10-01
irq: Force hardirq exit's softirq processing on its own stack
Frederic Weisbecker
1
-3
/
+12
2013-09-30
pidns: fix free_pid() to handle the first fork failure
Oleg Nesterov
1
-0
/
+5
2013-09-30
kernel/kmod.c: check for NULL in call_usermodehelper_exec()
Tetsuo Handa
1
-0
/
+4
2013-09-30
PM / hibernate: Fix user space driven resume regression
Rafael J. Wysocki
2
-1
/
+12
2013-09-28
kernel/params: fix handling of signed integer types
Jean Delvare
1
-3
/
+3
2013-09-27
arm: Fix build error with context tracking calls
Frederic Weisbecker
1
-0
/
+12
2013-09-24
kernel/reboot.c: re-enable the function of variable reboot_default
Chuansheng Liu
1
-1
/
+8
2013-09-24
audit: fix endless wait in audit_log_start()
Konstantin Khlebnikov
1
-2
/
+3
2013-09-24
watchdog: update watchdog_thresh properly
Michal Hocko
1
-3
/
+50
2013-09-24
watchdog: update watchdog attributes atomically
Michal Hocko
1
-2
/
+5
2013-09-20
sched/balancing: Fix cfs_rq->task_h_load calculation
Vladimir Davydov
1
-1
/
+1
2013-09-20
sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()
Vladimir Davydov
1
-2
/
+2
2013-09-20
sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()
Vladimir Davydov
1
-1
/
+2
2013-09-20
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
Peter Zijlstra
1
-0
/
+21
2013-09-16
sched: Fix comment for sched_info_depart
Michael S. Tsirkin
1
-2
/
+3
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
3
-15
/
+1
2013-09-12
kernel: replace strict_strto*() with kstrto*()
Jingoo Han
3
-9
/
+9
2013-09-12
memcg: reduce function dereference
Sha Zhengju
1
-8
/
+11
2013-09-12
memcg: avoid overflow caused by PAGE_ALIGN
Sha Zhengju
1
-1
/
+5
2013-09-12
memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
Sha Zhengju
1
-4
/
+4
2013-09-12
sched/debug: Take PID namespace into account
Peter Zijlstra
1
-3
/
+3
2013-09-12
sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones
Daisuke Nishimura
1
-5
/
+9
2013-09-12
uprobes: Fix utask->depth accounting in handle_trampoline()
Oleg Nesterov
1
-3
/
+1
2013-09-12
timekeeping: Fix HRTICK related deadlock from ntp lock changes
John Stultz
2
-4
/
+4
2013-09-11
panic: call panic handlers before kmsg_dump
Kees Cook
1
-2
/
+6
2013-09-11
kexec: remove unnecessary return
Xishi Qiu
1
-4
/
+1
2013-09-11
__ptrace_may_access() should not deny sub-threads
Mark Grondona
1
-1
/
+1
2013-09-11
kprobes: allow to specify custom allocator for insn caches
Heiko Carstens
1
-2
/
+18
2013-09-11
kprobes: unify insn caches
Heiko Carstens
1
-54
/
+21
2013-09-11
task_work: documentation
Oleg Nesterov
1
-0
/
+36
2013-09-11
task_work: minor cleanups
Oleg Nesterov
1
-2
/
+2
2013-09-11
kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().
David Daney
1
-4
/
+7
2013-09-11
extable: skip sorting if the table is empty
Uwe Kleine-König
1
-1
/
+1
2013-09-11
smp.h: move !SMP version of on_each_cpu() out-of-line
David Daney
1
-0
/
+11
2013-09-11
up.c: use local_irq_{save,restore}() in smp_call_function_single.
David Daney
1
-3
/
+5
2013-09-11
smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond
David Daney
1
-0
/
+39
2013-09-11
kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAK
Will Deacon
1
-0
/
+14
2013-09-11
kernel/smp.c: free related resources when failure occurs in hotplug_cfd()
Chen Gang
1
-1
/
+4
2013-09-11
kernel/modsign_pubkey.c: fix init const for module signing code
Andi Kleen
1
-3
/
+3
2013-09-11
kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()
Mathieu Desnoyers
1
-2
/
+2
2013-09-11
mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movable
Naoya Horiguchi
1
-1
/
+1
2013-09-11
mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages
Xishi Qiu
1
-6
/
+6
2013-09-11
mm: mempolicy: turn vma_set_policy() into vma_dup_policy()
Oleg Nesterov
1
-6
/
+3
2013-09-11
fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks
Oleg Nesterov
1
-15
/
+9
2013-09-11
pidns: kill the unnecessary CLONE_NEWPID in copy_process()
Oleg Nesterov
1
-3
/
+2
2013-09-11
pidns: fix vfork() after unshare(CLONE_NEWPID)
Oleg Nesterov
1
-3
/
+4
2013-09-11
perf: Fix up MMAP2 buffer space reservation
Arnaldo Carvalho de Melo
1
-0
/
+1
[next]