index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-19
mm: variable length argument support
Ollie Wild
15
-453
/
+554
2007-07-19
audit: rework execve audit
Peter Zijlstra
5
-21
/
+85
2007-07-19
arch: personality independent stack top
Peter Zijlstra
22
-1
/
+28
2007-07-19
use the new percpu interface for shared data
Fenghua Yu
5
-5
/
+5
2007-07-19
define new percpu interface for shared data
Fenghua Yu
26
-53
/
+84
2007-07-19
jprobes: make jprobes a little safer for users
Michael Ellerman
4
-4
/
+24
2007-07-19
jprobes: remove JPROBE_ENTRY()
Michael Ellerman
10
-18
/
+6
2007-07-19
jprobes: make struct jprobe.entry a void *
Michael Ellerman
1
-1
/
+1
2007-07-19
readahead: sanify file_ra_state names
Fengguang Wu
2
-98
/
+31
2007-07-19
readahead: split ondemand readahead interface into two functions
Rusty Russell
6
-56
/
+85
2007-07-19
mm: share PG_readahead and PG_reclaim
Fengguang Wu
4
-8
/
+10
2007-07-19
readahead: pass real splice size
Fengguang Wu
1
-7
/
+5
2007-07-19
readahead: move synchronous readahead call out of splice loop
Fengguang Wu
1
-5
/
+6
2007-07-19
readahead: remove the old algorithm
Fengguang Wu
3
-365
/
+26
2007-07-19
readahead: convert ext3/ext4 invocations
Fengguang Wu
2
-12
/
+16
2007-07-19
readahead: convert splice invocations
Fengguang Wu
1
-11
/
+7
2007-07-19
readahead: convert filemap invocations
Fengguang Wu
1
-20
/
+31
2007-07-19
readahead: on-demand readahead logic
Fengguang Wu
2
-0
/
+180
2007-07-19
readahead: data structure and routines
Fengguang Wu
2
-0
/
+83
2007-07-19
readahead: MIN_RA_PAGES/MAX_RA_PAGES macros
Fengguang Wu
1
-2
/
+10
2007-07-19
readahead: add look-ahead support to __do_page_cache_readahead()
Fengguang Wu
1
-6
/
+9
2007-07-19
readahead: introduce PG_readahead
Fengguang Wu
2
-1
/
+6
2007-07-19
AIO sparse fix (type of ki_flags)
David Brownell
1
-1
/
+1
2007-07-19
eCryptfs: ecryptfs_setattr() bugfix
Michael Halcrow
1
-2
/
+3
2007-07-19
mbcs: Remove lots of global symbols
Alan Cox
2
-15
/
+15
2007-07-19
Avoid too many remote cpu references due to /proc/stat
Ravikiran G Thirumalai
1
-3
/
+12
2007-07-19
gpio calls don't need i/o barriers
David Brownell
1
-0
/
+3
2007-07-19
unregister_chrdev() return void
Akinobu Mita
2
-3
/
+2
2007-07-19
unregister_chrdev(): ignore the return value
Akinobu Mita
9
-31
/
+9
2007-07-19
UDF: coding style conversion - lindent
Cyrill Gorcunov
23
-3649
/
+3801
2007-07-19
Suspend MAINTAINERS update
Pavel Machek
1
-1
/
+11
2007-07-19
PM: Integrate beeping flag with existing acpi_sleep flags
Pavel Machek
7
-52
/
+29
2007-07-19
PM: Optional beeping during resume from suspend to RAM
Nigel Cunningham
4
-0
/
+76
2007-07-19
PM: Introduce pm_power_off_prepare
Rafael J. Wysocki
3
-29
/
+19
2007-07-19
ACPI: Do not prepare for hibernation in acpi_shutdown
Rafael J. Wysocki
1
-3
/
+0
2007-07-19
PM: Reduce code duplication between main.c and user.c
Rafael J. Wysocki
3
-78
/
+62
2007-07-19
PM: prevent frozen user mode helpers from failing the freezing of tasks
Rafael J. Wysocki
1
-10
/
+68
2007-07-19
PM: disable usermode helper before hibernation and suspend
Rafael J. Wysocki
1
-1
/
+30
2007-07-19
PM: introduce hibernation and suspend notifiers
Rafael J. Wysocki
7
-12
/
+138
2007-07-19
Freezer: remove redundant check in try_to_freeze_tasks
Rafael J. Wysocki
1
-1
/
+1
2007-07-19
Freezer: return int from freeze_processes
Rafael J. Wysocki
1
-12
/
+9
2007-07-19
Freezer: use __set_current_state in refrigerator
Rafael J. Wysocki
1
-1
/
+1
2007-07-19
Freezer: avoid freezing kernel threads prematurely
Rafael J. Wysocki
3
-35
/
+41
2007-07-19
Hibernation: prepare to enter the low power state
Rafael J. Wysocki
1
-2
/
+13
2007-07-19
swsusp: fix hibernation code ordering
Rafael J. Wysocki
1
-7
/
+7
2007-07-19
swsusp: introduce restore platform operations
Rafael J. Wysocki
6
-19
/
+92
2007-07-19
swsusp: remove code duplication between disk.c and user.c
Rafael J. Wysocki
3
-170
/
+115
2007-07-19
swsusp: remove incorrect code from user.c
Rafael J. Wysocki
1
-13
/
+4
2007-07-19
PM: Do not require dev spew to get PM_DEBUG
Ben Collins
2
-6
/
+13
2007-07-19
freezer: run show_state() when freezing times out
Andrew Morton
1
-0
/
+1
[next]