Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
6ecb5b6dbc01b958fdce7008f297a5c7ba2d8105
/
arch
/
alpha
/
kernel
7d3b56b
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
3bfacef
get rid of special-casing the /sbin/loader on alpha
by Al Viro
· 16 years ago
b840d79
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
d036e67
cpumask: convert kernel/irq
by Rusty Russell
· 16 years ago
18d8fda
take init_fs to saner place
by Al Viro
· 16 years ago
33edcf1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Rusty Russell
· 16 years ago
2258a5b
cpumask: alpha: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask
by Rusty Russell
· 16 years ago
0de2652
cpumask: make irq_set_affinity() take a const struct cpumask
by Rusty Russell
· 16 years ago
98a79d6
cpumask: centralize cpu_online_map and cpu_possible_map
by Rusty Russell
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
4bcc17d
alpha: pcibios_resource_to_bus() is callable from normal code
by Al Viro
· 16 years ago
7d6a8a1
false __cpuinit positives on alpha
by Al Viro
· 16 years ago
b6dff3e
CRED: Separate task security context from task_struct
by David Howells
· 16 years ago
1f6d6e8e
Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
53c9c5c
[PATCH] prepare vfs_readdir() callers to returning filldir result
by Al Viro
· 17 years ago
268a3dc
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
by Thomas Gleixner
· 16 years ago
9301975
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
18b1bd0
alpha: use bcd2bin/bin2bcd
by Adrian Bunk
· 16 years ago
651dab4
Merge commit 'linus/master' into merge-linus
by Arjan van de Ven
· 16 years ago
eb117d3
alpha: use iommu_num_pages function in IOMMU code
by Joerg Roedel
· 16 years ago
574f34c
alpha: notify_cpu_starting() compile fixlet
by Alexey Dobriyan
· 16 years ago
4b1135a
genirq: fix name space collisions of nr_irqs in arch/*
by Thomas Gleixner
· 16 years ago
80a4b18
select: fix alpha OSF wrapper
by Arjan van de Ven
· 16 years ago
e545a61
kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
by Manfred Spraul
· 17 years ago
645e68e
[PATCH] fix osf_getdirents()
by Al Viro
· 17 years ago
2d8f303
[PATCH] sanitize __user_walk_fd() et.al.
by Al Viro
· 17 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 17 years ago
61d97f4
Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 17 years ago
51597ac
Alpha Linux kernel fails with inconsistent kallsyms data
by Bastian Blank
· 17 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 17 years ago
c524a1d
alpha: convert to generic helpers for IPI function calls
by Jens Axboe
· 17 years ago
a744e01
alpha: resurrect Cypress IDE quirk
by Ivan Kokshaysky
· 17 years ago
d559d4a
alpha: fix compile failures with gcc-4.3 (bug #10438)
by Ivan Kokshaysky
· 17 years ago
1840475
genirq: Expose default irq affinity mask (take 3)
by Max Krasnyansky
· 17 years ago
f52111b
[PATCH] take init_files to fs/file.c
by Al Viro
· 17 years ago
a2dcb44
[PATCH] make osf_select() use core_sys_select()
by Al Viro
· 17 years ago
26946f4
alpha: use kbuild.h instead of macros in asm-offsets.c
by Christoph Lameter
· 17 years ago
b70d3a2
iomap: fix 64 bits resources on 32 bits
by Benjamin Herrenschmidt
· 17 years ago
037f436
arch/alpha/kernel/traps.c: use time_* macros
by S.Caglar Onur
· 17 years ago
bbb8d34
alpha: remove remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
b901d40
alpha: handle kcalloc failure
by Jim Meyering
· 17 years ago
2444e56
alpha: unbreak OSF/1 (a.out) binaries
by Ivan Kokshaysky
· 17 years ago
72cff12
alpha: fix legacy mode PCI IDE controllers
by Ivan Kokshaysky
· 17 years ago
10f000a
PCI: alpha: use generic pci_enable_resources()
by Bjorn Helgaas
· 17 years ago
64ac24e
Generic semaphore implementation
by Matthew Wilcox
· 17 years ago
c143d43
alpha: fix ALSA DMA mmap crash
by Ivan Kokshaysky
· 17 years ago
fd28841
alpha: use iommu_is_span_boundary helper function
by FUJITA Tomonori
· 17 years ago
ab875cf
alpha: fix iommu-related boot panic
by Ivan Kokshaysky
· 17 years ago
d5a4630
alpha: remove unused DEBUG_FORCEDAC define in IOMMU
by FUJITA Tomonori
· 17 years ago
cf54014
alpha: make IOMMU respect the segment boundary limits
by FUJITA Tomonori
· 17 years ago
23d7e03
alpha: IOMMU had better access to the free space bitmap at only one place
by FUJITA Tomonori
· 17 years ago
3c5f1de
alpha: convert IOMMU to use ALIGN()
by FUJITA Tomonori
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
aa02cd2
xtime_lock vs update_process_times
by Peter Zijlstra
· 17 years ago
03a4482
procfs: constify function pointer tables
by Jan Engelhardt
· 17 years ago
1eb1141
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
by David Howells
· 17 years ago
7fa3031
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
by David Howells
· 17 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 17 years ago
6c81c32
calibrate_delay() must be __cpuinit
by Adrian Bunk
· 17 years ago
9cfe015
get rid of NR_OPEN and introduce a sysctl_nr_open
by Eric Dumazet
· 17 years ago
fd2e263
alpha: kill deprecated virt_to_bus
by FUJITA Tomonori
· 17 years ago
e820ce7
arch/alpha: remove duplicate includes
by Lucas Woods
· 17 years ago
7c53664
iommu sg merging: alpha: make pci_iommu respect the segment size limits
by FUJITA Tomonori
· 17 years ago
4d672e7
timerfd: new timerfd API
by Davide Libenzi
· 17 years ago
01ba2bd
all archs: consolidate init and exit sections in vmlinux.lds.h
by Sam Ravnborg
· 17 years ago
9548b20
alpha: build fixes
by Ivan Kokshaysky
· 17 years ago
8c8d721
alpha: fix sg_page breakage
by FUJITA Tomonori
· 17 years ago
944bda2
alpha: sg_virt() fallout
by Jens Axboe
· 17 years ago
58b053e
Update arch/ to use sg helpers
by Jens Axboe
· 17 years ago
c3a2dde
spelling fixes: arch/alpha/
by Simon Arlott
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
821f3ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 17 years ago
b2b5d37
alpha: beautify vmlinux.lds
by Sam Ravnborg
· 17 years ago
a5f833f
alpha: convert to generic sys_ptrace
by Christoph Hellwig
· 17 years ago
1bcf548
Consolidate PTRACE_DETACH
by Alexey Dobriyan
· 17 years ago
a0f97e0
kbuild: enable 'make CFLAGS=...' to add additional options to CC
by Sam Ravnborg
· 17 years ago
f6901e6
alpha: -Werror fixes for sys_titan.c
by Jay Estabrook
· 18 years ago
4e950f6
Remove fs.h from mm.h
by Alexey Dobriyan
· 18 years ago
ed5f656
deal with alpha section warnings
by Al Viro
· 18 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 18 years ago
caf45dd
alpha: Put allocated ELF notes in read-only data segment
by Roland McGrath
· 18 years ago
5fb7dc3
define new percpu interface for shared data
by Fenghua Yu
· 18 years ago
cc040a8
alpha __init fixes
by Al Viro
· 18 years ago
f284ce7
PTRACE_POKEDATA consolidation
by Alexey Dobriyan
· 18 years ago
bcdcd8e
Report that kernel is tainted if there was an OOPS
by Pavel Emelianov
· 18 years ago
ebaf4fc
alpha: fix trivial section mismatch warnings
by Sam Ravnborg
· 18 years ago
caa5171
PCI: remove pci_dac_dma_... APIs
by Jan Beulich
· 18 years ago
025a221
ALPHA: support graphics on non-zero PCI domains
by Jay Estabrook
· 18 years ago
b927b3e
alpha: support new syscalls
by Richard Henderson
· 18 years ago
74fd1b6
alpha: cleanup in bitops.h
by Richard Henderson
· 18 years ago
ca96725
all-archs: consolidate .data section definition in asm-generic
by Sam Ravnborg
· 18 years ago
7664709
all-archs: consolidate .text section definition in asm-generic
by Sam Ravnborg
· 18 years ago
1c710c8
utimensat implementation
by Ulrich Drepper
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
69331af
Fixes and cleanups for earlyprintk aka boot console
by Gerd Hoffmann
· 18 years ago
2af0bc9
srmcons: fix kmalloc(GFP_KERNEL) inside spinlock
by Andrew Morton
· 18 years ago
180e53a
ROUND_UP macro cleanup in arch/alpha/kernel/osf_sys.c
by Milind Arun Choudhary
· 18 years ago
4b87b3b
get_unmapped_area handles MAP_FIXED on alpha
by Benjamin Herrenschmidt
· 18 years ago
Next »