index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
meminfo.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-10-30
memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend casting
Greg Thelen
1
-1
/
+1
2013-10-30
percpu: fix this_cpu_sub() subtrahend casting for unsigneds
Greg Thelen
2
-5
/
+6
2013-10-30
mm/pagewalk.c: fix walk_page_range() access of wrong PTEs
Chen LinX
1
-1
/
+1
2013-10-30
mm: list_lru: fix almost infinite loop causing effective livelock
Russell King
1
-1
/
+2
2013-10-30
Staging: sb105x: info leak in mp_get_count()
Dan Carpenter
1
-1
/
+1
2013-10-30
Staging: bcm: info leak in ioctl
Dan Carpenter
1
-0
/
+1
2013-10-30
staging: wlags49_h2: buffer overflow setting station name
Dan Carpenter
1
-3
/
+6
2013-10-30
aacraid: missing capable() check in compat ioctl
Dan Carpenter
1
-0
/
+2
2013-10-30
staging: ozwpan: prevent overflow in oz_cdev_write()
Dan Carpenter
1
-0
/
+3
2013-10-30
uml: check length in exitcode_proc_write()
Dan Carpenter
1
-1
/
+3
2013-10-30
Revert "ACPI / hotplug / PCI: Avoid doing too much for spurious notifies"
Mika Westerberg
1
-5
/
+1
2013-10-30
Revert "select: use freezable blocking call"
Rafael J. Wysocki
1
-2
/
+1
2013-10-30
Revert "epoll: use freezable blocking call"
Rafael J. Wysocki
1
-3
/
+1
2013-10-30
KVM: use a more sensible error number when debugfs directory creation fails
Paolo Bonzini
1
-1
/
+1
2013-10-30
KVM: Fix modprobe failure for kvm_intel/kvm_amd
Tim Gardner
1
-1
/
+1
2013-10-30
drm: allow DRM_IOCTL_VERSION on render-nodes
David Herrmann
1
-1
/
+1
2013-10-29
Fix a few incorrectly checked [io_]remap_pfn_range() calls
Linus Torvalds
3
-49
/
+17
2013-10-29
Kconfig: make KOBJECT_RELEASE debugging require timer debugging
Linus Torvalds
1
-1
/
+1
2013-10-29
drm/i915: Fix the PPT fdi lane bifurcate state handling on ivb
Daniel Vetter
1
-47
/
+48
2013-10-29
sched: Avoid throttle_cfs_rq() racing with period_timer stopping
Ben Segall
2
-0
/
+10
2013-10-29
sched: Guarantee new group-entities always have weight
Paul Turner
1
-1
/
+2
2013-10-29
sched: Fix hrtimer_cancel()/rq->lock deadlock
Ben Segall
1
-4
/
+11
2013-10-29
sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining
Ben Segall
1
-3
/
+11
2013-10-29
sched: Fix race on toggling cfs_bandwidth_used
Ben Segall
3
-9
/
+19
2013-10-29
mm: Account for a THP NUMA hinting update as one PTE update
Mel Gorman
1
-1
/
+1
2013-10-29
mm: Close races between THP migration and PMD numa clearing
Mel Gorman
2
-26
/
+26
2013-10-29
mm: numa: Sanitize task_numa_fault() callsites
Mel Gorman
2
-44
/
+34
2013-10-29
mm: Prevent parallel splits during THP migration
Mel Gorman
1
-14
/
+30
2013-10-29
mm: Wait for THP migrations to complete during NUMA hinting faults
Mel Gorman
1
-7
/
+16
2013-10-29
mm: numa: Do not account for a hinting fault if we raced
Mel Gorman
1
-1
/
+4
2013-10-28
perf tools: Fixup mmap event consumption
Zhouyi Zhou
14
-16
/
+49
2013-10-28
perf top: Split -G and --call-graph
Jiri Olsa
2
-23
/
+18
2013-10-28
perf record: Split -g and --call-graph
Jiri Olsa
3
-23
/
+67
2013-10-28
perf hists: Add color overhead for stdio output buffer
Jiri Olsa
2
-5
/
+17
2013-10-28
drm/i915: No LVDS hardware on Intel D410PT and D425KT
Rob Pearce
1
-0
/
+16
2013-10-28
drm/i915/dp: workaround BIOS eDP bpp clamping issue
Jani Nikula
1
-0
/
+20
2013-10-28
drm/i915: Add HSW CRT output readout support
Ville Syrjälä
3
-6
/
+30
2013-10-28
perf tools: Fix up /proc/PID/maps parsing
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-10-28
sched: Remove extra put_online_cpus() inside sched_setaffinity()
Michael wang
1
-1
/
+0
2013-10-28
drm/i915: Add support for pipe_bpp readout
Ville Syrjälä
2
-0
/
+53
2013-10-28
Linux 3.12-rc7
v3.12-rc7
Linus Torvalds
1
-1
/
+1
2013-10-27
parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM
Helge Deller
1
-0
/
+4
2013-10-26
sched/rt: Fix task_tick_rt() comment
Li Bin
1
-2
/
+2
2013-10-26
ALSA: hda - Fix silent headphone on Thinkpads with AD1984A codec
Takashi Iwai
1
-1
/
+17
2013-10-25
ALSA: hda - Add missing initial vmaster hook at build_controls callback
Takashi Iwai
1
-1
/
+3
2013-10-25
vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
Nicholas Bellinger
1
-1
/
+1
2013-10-25
target/pscsi: fix return value check
Wei Yongjun
1
-4
/
+4
2013-10-25
mtd: gpmi: fix ECC regression
David Woodhouse
1
-1
/
+1
2013-10-25
seq_file: always update file->f_pos in seq_lseek()
Gu Zheng
1
-0
/
+2
2013-10-25
acpi-cpufreq: Fail initialization if driver cannot be registered
Rafael J. Wysocki
1
-4
/
+4
[next]