index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
video
/
hecubafb.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-06
arc: export symbol for save_stack_trace() in stacktrace.c
Chen Gang
1
-0
/
+1
2013-11-06
arc: remove '__init' for get_hw_config_num_irq()
Chen Gang
2
-2
/
+2
2013-11-06
arc: remove '__init' for first_lines_of_secondary()
Chen Gang
2
-2
/
+2
2013-11-06
arc: remove '__init' for setup_processor() and arc_init_IRQ()
Chen Gang
2
-2
/
+2
2013-11-06
arc: kgdb: add default implementation for kgdb_roundup_cpus()
Chen Gang
1
-0
/
+12
2013-11-06
ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop
Vineet Gupta
1
-2
/
+2
2013-11-06
ARC: Add support for irqflags tracing and lockdep
Vineet Gupta
4
-1
/
+42
2013-11-06
ARC: Reset the value of Interrupt Priority Register
Vineet Gupta
1
-3
/
+7
2013-11-06
ARC: Reduce #ifdef'ery for unaligned access emulation
Vineet Gupta
3
-7
/
+3
2013-11-06
ARC: Change calling convention of do_page_fault()
Vineet Gupta
3
-8
/
+7
2013-11-06
ARC: cacheflush optim - PTAG can be loop invariant if V-P is const
Vineet Gupta
1
-3
/
+11
2013-11-06
ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers
Vineet Gupta
1
-84
/
+55
2013-11-06
ARC: cacheflush refactor #2: I and D caches lines to have same size
Vineet Gupta
2
-22
/
+16
2013-11-06
ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine
Vineet Gupta
1
-10
/
+6
2013-11-06
ARC: use __weak instead of __attribute__((weak))
Vineet Gupta
2
-2
/
+2
2013-11-06
ARC: Annotate some functions as static
Vineet Gupta
1
-6
/
+5
2013-11-06
arc: Replace __get_cpu_var uses
Christoph Lameter
2
-4
/
+4
2013-11-04
Linux 3.12
v3.12
Linus Torvalds
1
-1
/
+1
2013-11-03
ipc, msg: forbid negative values for "msg{max,mnb,mni}"
Mathias Krause
2
-11
/
+15
2013-11-02
ARC: Incorrect mm reference used in vmalloc fault handler
Vineet Gupta
1
-3
/
+3
2013-11-01
scripts/kallsyms: filter symbols not in kernel address space
Ming Lei
2
-1
/
+13
2013-11-01
memcg: remove incorrect underflow check
Greg Thelen
1
-1
/
+0
2013-11-01
USB: serial: ftdi_sio: add id for Z3X Box device
Алексей Крамаренко
2
-0
/
+7
2013-11-01
USB: Maintainers change for usb serial drivers
Greg KH
1
-50
/
+3
2013-11-01
Revert "USB: pl2303: restrict the divisor based baud rate encoding method to ...
Greg Kroah-Hartman
1
-5
/
+1
2013-11-01
Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"
Greg Kroah-Hartman
1
-52
/
+10
2013-11-01
Revert "usb: pl2303: do not round to the next nearest standard baud rate for ...
Greg Kroah-Hartman
1
-37
/
+28
2013-11-01
Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"
Greg Kroah-Hartman
1
-2
/
+2
2013-11-01
Revert "usb: pl2303: move the two baud rate encoding methods to separate func...
Greg Kroah-Hartman
1
-114
/
+101
2013-11-01
Revert "usb: pl2303: increase the allowed baud rate range for the divisor bas...
Greg Kroah-Hartman
1
-12
/
+4
2013-11-01
Revert "usb: pl2303: also use the divisor based baud rate encoding method for...
Greg Kroah-Hartman
1
-1
/
+1
2013-11-01
Revert "usb: pl2303: add two comments concerning the supported baud rates wit...
Greg Kroah-Hartman
1
-12
/
+0
2013-11-01
Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_star...
Greg Kroah-Hartman
1
-2
/
+3
2013-11-01
Revert "pl2303: improve the chip type information output on startup"
Greg Kroah-Hartman
1
-10
/
+5
2013-11-01
Revert "pl2303: improve the chip type detection/distinction"
Greg Kroah-Hartman
1
-72
/
+23
2013-11-01
Revert "USB: pl2303: distinguish between original and cloned HX chips"
Greg Kroah-Hartman
1
-32
/
+11
2013-11-01
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
Ming Lei
1
-1
/
+2
2013-11-01
mm: memcg: fix test for child groups
Johannes Weiner
1
-24
/
+11
2013-11-01
mm: memcg: lockdep annotation for memcg OOM lock
Johannes Weiner
1
-1
/
+10
2013-11-01
mm: memcg: use proper memcg in limit bypass
Johannes Weiner
1
-4
/
+4
2013-10-31
vfs: decrapify dput(), fix cache behavior under normal load
Linus Torvalds
1
-2
/
+3
2013-10-31
i915: fix compiler warning
Linus Torvalds
1
-2
/
+0
2013-10-31
ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM
Russell King
1
-0
/
+4
2013-10-31
MIPS: ralink: fix return value check in rt_timer_probe()
Wei Yongjun
1
-1
/
+1
2013-10-31
Input: ALPS - add support for model found on Dell XT2
Yunkang Tang
1
-0
/
+1
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
[next]