Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
910bbfcb567fdf56f92cbb235a564ba512ea1279
/
kernel
/
irq
/
proc.c
8658be1
Merge branch 'irq/for-block' into irq/core
by Thomas Gleixner
· 8 years ago
9c25558
genirq: Introduce IRQD_AFFINITY_MANAGED flag
by Thomas Gleixner
· 8 years ago
ff5b706
genirq: Remove unnecessary memset() calls
by Weongyo Jeong
· 9 years ago
fe3464c
genirq: Remove redundant NULL check of irq_desc
by Jianyu Zhan
· 9 years ago
f944b5a
genirq: Use a common macro to go through the actions list
by Daniel Lezcano
· 9 years ago
4717f13
genirq/PM: Restore system wake up from chained interrupts
by Grygorii Strashko
· 9 years ago
e50226b
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 9 years ago
e509bd7
genirq: Allow migration of chained interrupts by installing default action
by Mika Westerberg
· 9 years ago
95c2b17
genirq: Fix race in register_irq_proc()
by Ben Hutchings
· 9 years ago
9df872f
genirq: Move field 'affinity' from irq_data into irq_common_data
by Jiang Liu
· 9 years ago
6783011
genirq: Introduce helper function irq_data_get_node()
by Jiang Liu
· 9 years ago
c1d7f03
irq: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
c291ee6
genirq: Prevent proc race against freeing of irq descriptors
by Thomas Gleixner
· 10 years ago
bab5c79
genirq: procfs: Make smp_affinity values go+r
by Chema Gonzalez
· 11 years ago
c12d2f4
irqdomain: Include hwirq number in /proc/interrupts
by Grant Likely
· 13 years ago
a8ca16e
proc: Supply a function to remove a proc entry by PDE
by David Howells
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
def945e
irq: Remove smp_affinity_list when unregister irq proc
by Yinghai Lu
· 13 years ago
4b06042
bitmap, irq: add smp_affinity_list interface to /proc/irq
by Mike Travis
· 13 years ago
94b2c36
genirq: Fix typo CONFIG_GENIRC_IRQ_SHOW_LEVEL
by Geert Uytterhoeven
· 14 years ago
a6e120e
alpha: Use generic show_interrupts()
by Thomas Gleixner
· 14 years ago
ab7798f
genirq: Expand generic show_interrupts()
by Thomas Gleixner
· 14 years ago
ee0401e
genirq: show_interrupts: Check desc->name before printing it blindly
by Thomas Gleixner
· 14 years ago
bce4303
genirq: Reuse existing can set affinty check
by Thomas Gleixner
· 14 years ago
f230b6d
genirq: Add IRQ_MOVE_PENDING to irq_data.state
by Thomas Gleixner
· 14 years ago
c78b9b6
genirq: Implement generic irq_show_interrupts()
by Thomas Gleixner
· 14 years ago
3b8249e
genirq: Do not copy affinity before set
by Thomas Gleixner
· 14 years ago
25c9170
genirq: Fix incorrect proc spurious output
by Kenji Kaneshige
· 14 years ago
13bfe99
genirq: Prepare proc for real sparse irq support
by Thomas Gleixner
· 14 years ago
c96b3b3
genirq: Provide compat handling for chip->set_affinity()
by Thomas Gleixner
· 14 years ago
6b8ff31
genirq: Convert core code to irq_data
by Thomas Gleixner
· 14 years ago
4308ad8
genirq: Clear CPU mask in affinity_hint when none is provided
by Peter P Waskiewicz Jr
· 15 years ago
e7a297b
genirq: Add CPU mask affinity hint
by Peter P Waskiewicz Jr
· 15 years ago
7c7145f
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
92d6b71
genirq: Expose irq_desc->node in proc/irq
by Dimitri Sivanich
· 15 years ago
239007b
genirq: Convert irq_desc.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
3476994
genirq: Fix spurious irq seqfile conversion
by Thomas Gleixner
· 15 years ago
a1afb63
genirq: switch /proc/irq/*/spurious to seq_file
by Alexey Dobriyan
· 15 years ago
c82a43d
irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed
by Cyrill Gorcunov
· 15 years ago
7f7ace0
cpumask: update irq_desc to use cpumask_var_t
by Mike Travis
· 16 years ago
6bdf197
ia64: cpumask fix for is_affinity_mask_valid()
by Ingo Molnar
· 16 years ago
d036e67
cpumask: convert kernel/irq
by Rusty Russell
· 16 years ago
2ca1a61
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by Rusty Russell
· 16 years ago
0de2652
cpumask: make irq_set_affinity() take a const struct cpumask
by Rusty Russell
· 16 years ago
29c0177
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
by Rusty Russell
· 16 years ago
0b8f1ef
sparse irq_desc[] array: core kernel and x86 changes
by Yinghai Lu
· 16 years ago
f6d87f4
genirq: keep affinities set from userspace across free/request_irq()
by Thomas Gleixner
· 16 years ago
3786fc7
irq: make variable static
by roel kluin
· 16 years ago
d3c6004
genirq: cleanup the sparseirq modifications
by Thomas Gleixner
· 16 years ago
2c6927a
irq: replace loop with nr_irqs with for_each_irq_desc
by Yinghai Lu
· 16 years ago
08678b0
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]
by Yinghai Lu
· 16 years ago
85c0f90
irq: introduce nr_irqs
by Yinghai Lu
· 16 years ago
f18e439
genirq: switch /proc/irq/*/smp_affinity et al to seqfiles
by Alexey Dobriyan
· 16 years ago
1840475
genirq: Expose default irq affinity mask (take 3)
by Max Krasnyansky
· 16 years ago
96d97cf
x86: add /proc/irq/*/spurious to dump the spurious irq debugging state
by Andi Kleen
· 17 years ago
42ee2b7
x86_64: Report the pending irq if available in smp_affinity
by Andi Kleen
· 17 years ago
25d6157
[IA64] SN: validate smp_affinity mask on intr redirect
by John Keller
· 18 years ago
d2d9433
kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_unique()
by Dmitry Adamushko
· 18 years ago
771ee3b
[PATCH] Add a function to handle interrupt affinity setting
by Thomas Gleixner
· 18 years ago
950f442
[PATCH] Add irq flag to disable balancing for an interrupt
by Thomas Gleixner
· 18 years ago
b653d081
[PATCH] proc: remove useless (and buggy) ->nlink settings
by Alexey Dobriyan
· 18 years ago
6e2ac66
[PATCH] CPEI gets warning at kernel/irq/migration.c:27/move_masked_irq()
by Hidetoshi Seto
· 18 years ago
01a3ee2
[PATCH] bitmap: parse input from kernel and user buffers
by Reinette Chatre
· 18 years ago
f1c2662
[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename
by Ingo Molnar
· 18 years ago
4a733ee
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
by Ingo Molnar
· 18 years ago
a53da52
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
by Ingo Molnar
· 18 years ago
d1bef4e
[PATCH] genirq: rename desc->handler to desc->chip
by Ingo Molnar
· 18 years ago
1b61b91
[PATCH] x86: kernel irq balance doesn't work
by Zhang Yanmin
· 18 years ago
97a41e2
[PATCH] kernel/: small cleanups
by Adrian Bunk
· 19 years ago
eee4526
[PATCH] Alpha: convert to generic irq framework (generic part)
by Ivan Kokshaysky
· 19 years ago
54d5d42
[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity
by Ashok Raj
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago