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
path:
root
/
include
/
asm-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-31
[PATCH] make local_t signed
Andrew Morton
1
-3
/
+3
2006-03-31
[PATCH] sys_sync_file_range()
Andrew Morton
1
-1
/
+2
2006-03-31
[PATCH] i386 kdump timer vector lockup fix
Vivek Goyal
1
-0
/
+1
2006-03-31
[PATCH] Remove long dead i386 floppy asm code
Brian Gerst
1
-34
/
+0
2006-03-30
[PATCH] Introduce sys_splice() system call
Jens Axboe
1
-1
/
+2
2006-03-28
[PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctl
Adrian Bunk
1
-2
/
+0
2006-03-28
[PATCH] RTC: Fix up some RTC whitespace and style
Matt Mackall
1
-10
/
+11
2006-03-28
[PATCH] RTC: Remove RTC UIP synchronization on x86
Matt Mackall
1
-14
/
+2
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
1
-6
/
+4
2006-03-27
[PATCH] lightweight robust futexes updates
Ingo Molnar
1
-1
/
+1
2006-03-27
[PATCH] lightweight robust futexes: i386
Ingo Molnar
2
-2
/
+25
2006-03-27
[PATCH] lightweight robust futexes: arch defaults
Ingo Molnar
1
-0
/
+6
2006-03-27
[PATCH] unify PFN_* macros
Dave Hansen
1
-3
/
+1
2006-03-27
[PATCH] unify pfn_to_page: i386 pfn_to_page
KAMEZAWA Hiroyuki
2
-19
/
+1
2006-03-27
[PATCH] sched: new sched domain for representing multi-core
Siddha, Suresh B
2
-0
/
+7
2006-03-26
[PATCH] bitops: i386: use generic bitops
Akinobu Mita
1
-47
/
+8
2006-03-26
[PATCH] x86: kprobes-booster
Masami Hiramatsu
1
-0
/
+6
2006-03-26
[PATCH] 2TB files: add blkcnt_t
Takashi Sato
1
-0
/
+5
2006-03-26
[PATCH] 2TB files: st_blocks is invalid when calling stat64
Takashi Sato
1
-2
/
+1
2006-03-25
[PATCH] x86_64: Implement early DMI scanning
Andi Kleen
1
-0
/
+11
2006-03-25
[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
Davide Libenzi
1
-0
/
+1
2006-03-24
[PATCH] kill include/linux/platform.h, default_idle() cleanup
Adrian Bunk
1
-0
/
+2
2006-03-24
[PATCH] remove ISA legacy functions: remove the helpers
Al Viro
1
-12
/
+0
2006-03-23
[PATCH] atomic: add_unless cmpxchg optimise
Nick Piggin
1
-1
/
+7
2006-03-23
[PATCH] Move read_mostly definition to asm/cache.h
Kyle McMartin
1
-0
/
+2
2006-03-23
[PATCH] x86: Make _syscallX() macros compile in PIC mode
Markus Gutschke
1
-15
/
+21
2006-03-23
[PATCH] i386 spinlocks: disable interrupts only if we enabled them
Chuck Ebbert
1
-4
/
+9
2006-03-23
[PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/k...
Jesper Juhl
1
-0
/
+1
2006-03-23
[PATCH] i386: fix uses of user_mode() vs. user_mode_vm()
Jan Beulich
3
-3
/
+3
2006-03-23
[PATCH] i386: actively synchronize vmalloc area when registering certain call...
Jan Beulich
2
-0
/
+4
2006-03-23
[PATCH] x86: early printk handling fixes
Stas Sergeev
1
-0
/
+3
2006-03-23
[PATCH] i386: remove duplicate declaration of mp_bus_id_to_pci_bus
Chris Wright
1
-1
/
+0
2006-03-23
[PATCH] Compilation fix for ES7000 when no ACPI is specified in config (i386)
Natalie.Protasevich@unisys.com
1
-2
/
+8
2006-03-23
[PATCH] i386: Add a temporary to make put_user more type safe
Eric W. Biederman
1
-5
/
+7
2006-03-23
[PATCH] x86: SMP alternatives
Gerd Hoffmann
9
-124
/
+194
2006-03-22
[PATCH] Enable mprotect on huge pages
Zhang, Yanmin
1
-3
/
+2
2006-03-22
[PATCH] don't call check_acpi_pci() on x86 with ACPI disabled
Herbert Poetzl
1
-4
/
+6
2006-03-08
[PATCH] i386: port ATI timer fix from x86_64 to i386 II
Andi Kleen
1
-0
/
+2
2006-02-24
[PATCH] x86: fix broken SMP boot sequence
James Bottomley
1
-2
/
+4
2006-02-24
[PATCH] Kprobes causes NX protection fault on i686 SMP
Prasanna S Panchamukhi
1
-2
/
+5
2006-02-17
[PATCH] i386: fix singlestepping though a syscall
Chuck Ebbert
1
-2
/
+2
2006-02-15
[PATCH] add asm-generic/mman.h
Michael S. Tsirkin
1
-30
/
+1
2006-02-14
[PATCH] madvise MADV_DONTFORK/MADV_DOFORK
Michael S. Tsirkin
1
-0
/
+2
2006-02-14
[PATCH] fix x86 topology export in sysfs for subarchitectures
James Bottomley
1
-1
/
+1
2006-02-11
[PATCH] fstatat64 support
Ulrich Drepper
1
-1
/
+1
2006-02-07
[PATCH] unshare system call -v5: system call registration for i386
JANAK DESAI
1
-1
/
+2
2006-02-05
[PATCH] Fix "value computed is not used" compile warnings with gcc-4.1
Takashi Iwai
1
-1
/
+1
2006-02-03
[PATCH] Export cpu topology in sysfs
Zhang, Yanmin
1
-0
/
+9
2006-02-01
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-1
/
+1
2006-02-01
[PATCH] VMSPLIT config options
Mark Lord
1
-2
/
+2
[next]