| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | | * | | | | | | | | | | | | | | | | | | | hwrng: fetch randomness only after device init | Amit Shah | 2014-07-14 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve... | Linus Torvalds | 2014-07-18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes | Fabian Frederick | 2014-07-18 | |
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: memcontrol: Spelling s/invlidate/invalidate/ | Geert Uytterhoeven | 2014-07-18 | |
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: Allow caching of glocks for flock | Bob Peterson | 2014-07-18 | |
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: Allow flocks to use normal glock dq rather than dq_wait | Bob Peterson | 2014-07-18 | |
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: replace count*size kzalloc by kcalloc | Fabian Frederick | 2014-07-18 | |
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: Use GFP_NOFS when allocating glocks | Steven Whitehouse | 2014-07-18 | |
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: Fix race in glock lru glock disposal | Steven Whitehouse | 2014-07-18 | |
| | | * | | | | | | | | | | | | | | | | | | | | GFS2: Only wait for demote when last holder is dequeued | Bob Peterson | 2014-07-18 | |
| | * | | | | | | | | | | | | | | | | | | | | | Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-07-18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | dm cache metadata: do not allow the data block size to change | Mike Snitzer | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | dm thin metadata: do not allow the data block size to change | Mike Snitzer | 2014-07-15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'upstream-3.16-rc6' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2014-07-18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | UBI: fastmap: do not miss bit-flips | Brian Norris | 2014-07-16 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | UBI: fix the volumes tree sorting criteria | Heiko Schocher | 2014-07-01 | |
| | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2014-07-18 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | xfs: null unused quota inodes when quota is on | Dave Chinner | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | xfs: refine the allocation stack switch | Dave Chinner | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Revert "xfs: block allocation work needs to be kswapd aware" | Dave Chinner | 2014-07-15 | |
| | | |/ / / / / / / / / / / / / / / / / / / / / | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-07-17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | xen/balloon: set ballooned out pages as invalid in p2m | David Vrabel | 2014-07-04 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | xen/manage: fix potential deadlock when resuming the console | David Vrabel | 2014-07-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'trace-fixes-v3.16-rc5-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-07-17 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | ring-buffer: Fix polling on trace_pipe | Martin Lau | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs | zhangwei(Jovi) | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | tracing: Fix graph tracer with stack tracer on other archs | Steven Rostedt (Red Hat) | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs | zhangwei(Jovi) | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | tracing: instance_rmdir() leaks ftrace_event_file->filter | Oleg Nesterov | 2014-07-14 | |
| | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-linus-20140716' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-07-16 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NOR | Andrea Adami | 2014-07-13 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | mtd: nand: reduce the warning noise when the ECC is too weak | Thomas Petazzoni | 2014-07-13 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | mtd: devices: elm: fix elm_context_save() and elm_context_restore() functions | Ted Juan | 2014-07-05 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-07-16 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | sched: Fix compiler warnings | Guenter Roeck | 2014-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | x86, tsc: Fix cpufreq lockup | Peter Zijlstra | 2014-07-02 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-07-16 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | perf: Do not allow optimized switch for non-cloned events | Jiri Olsa | 2014-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | perf/x86/intel: ignore CondChgd bit to avoid false NMI handling | HATAYAMA Daisuke | 2014-07-02 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2014-06-25 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | perf symbols: Get kernel start address by symbol name | Simon Que | 2014-06-20 | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | perf tools: Fix segfault in cumulative.callchain report | Jiri Olsa | 2014-06-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'sound-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-07-16 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | ALSA: hda - Fix broken PM due to incomplete i915 initialization | Takashi Iwai | 2014-07-15 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | ALSA: hda - Revert stream assignment order for Intel controllers | Takashi Iwai | 2014-07-14 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | ALSA: hda - Add new GPU codec ID 0x10de0070 to snd-hda | Aaron Plattner | 2014-07-08 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | ALSA: hda: Fix build warning | Thierry Reding | 2014-07-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-07-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | quota: missing lock in dqcache_shrink_scan() | Niu Yawei | 2014-07-15 | |
| | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'gpio-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-07-15 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
