Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
334795eca421287c41c257992027d29659dc0f97
/
include
400e651
[PATCH] ia64: pfn_to_nid() implementation
by Bob Picco
· 20 years ago
65ed0b3
[PATCH] SN2 XPC build patches
by Jes Sorensen
· 20 years ago
f14f75b
[PATCH] ia64 uncached alloc
by Jes Sorensen
· 20 years ago
4ae7c03
[PATCH] Periodically drain non local pagesets
by Christoph Lameter
· 20 years ago
c2f29ea
[PATCH] __read_page_state(): pass unsigned long instead of unsigned
by Benjamin LaHaise
· 20 years ago
83e5d8f
[PATCH] __mod_page_state(): pass unsigned long instead of unsigned
by Benjamin LaHaise
· 20 years ago
1ad539b
[PATCH] vm: try_to_free_pages unused argument
by Darren Hart
· 20 years ago
cbe37d0
[PATCH] mm: remove PG_highmem
by Badari Pulavarty
· 20 years ago
1363c3c
[PATCH] Avoiding mmap fragmentation
by Wolfgang Wander
· 20 years ago
e7c8d5c
[PATCH] node local per-cpu-pages
by Christoph Lameter
· 20 years ago
63551ae
[PATCH] Hugepage consolidation
by David Gibson
· 20 years ago
1e7e5a9
[PATCH] VM: rate limit early reclaim
by Martin Hicks
· 20 years ago
0c35bba
[PATCH] VM: add __GFP_NORECLAIM
by Martin Hicks
· 20 years ago
753ee72
[PATCH] VM: early zone reclaim
by Martin Hicks
· 20 years ago
39c715b
[PATCH] smp_processor_id() cleanup
by Ingo Molnar
· 20 years ago
8492980
[PATCH] x86_64: TASK_SIZE fixes for compatibility mode processes
by Suresh Siddha
· 20 years ago
9a558cb
[PATCH] arm: irqs_disabled() type fix
by Andrew Morton
· 20 years ago
9723d95d
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 20 years ago
7049e68
[SPARC64]: Add prefetch support.
by David S. Miller
· 20 years ago
18b8afc
[NETFILTER]: Kill nf_debug
by Patrick McHardy
· 20 years ago
e45b1be
[NETFILTER]: Kill lockhelp.h
by Patrick McHardy
· 20 years ago
0d51aa8
[IPV6]: V6 route events reported with wrong netlink PID and seq number
by Jamal Hadi Salim
· 20 years ago
18b504e
[NETLINK]: netlink_callback structure needs 5 args not 4
by Alexey Kuznetsov
· 20 years ago
1d345da
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 20 years ago
fb39588
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 20 years ago
988d186
[PATCH] sysfs-iattr: add sysfs_setattr
by Maneesh Soni
· 20 years ago
0a3e7ee
[PATCH] I2C: add i2c sensor_device_attribute and macros
by Yani Ioannou
· 20 years ago
f2d03e1
[PATCH] Driver Core: include: update device attribute callbacks
by Yani Ioannou
· 20 years ago
54b6f35
[PATCH] Driver core: change device_attribute callbacks
by Yani Ioannou
· 20 years ago
acaefc2
[PATCH] libfs: add simple attribute files
by Arnd Bergmann
· 20 years ago
4b45099
[PATCH] Driver core: unregister_node() for hotplug use
by Keiichiro Tokunaga
· 20 years ago
0d3e5a2
[PATCH] Driver Core: fix bk-driver-core kills ppc64
by Patrick Mochel
· 20 years ago
3623957
[PATCH] Use a klist for device child lists.
by mochel@digitalimplant.org
· 20 years ago
63c4f20
[PATCH] Remove struct device::driver_list.
by mochel@digitalimplant.org
· 20 years ago
7dc35cd
[PATCH] Remove struct device::bus_list.
by mochel@digitalimplant.org
· 20 years ago
8b0c250
[PATCH] add klist_node_attached() to determine if a node is on a list or not.
by mochel@digitalimplant.org
· 20 years ago
cb85b6f
[PATCH] Remove the unused device_find().
by mochel@digitalimplant.org
· 20 years ago
94e7b1c
[PATCH] Add a klist to struct device_driver for the devices bound to it.
by mochel@digitalimplant.org
· 20 years ago
38fdac3
[PATCH] Add a klist to struct bus_type for its drivers.
by mochel@digitalimplant.org
· 20 years ago
465c7a3
[PATCH] Add a klist to struct bus_type for its devices.
by mochel@digitalimplant.org
· 20 years ago
9a19fea
[PATCH] Add initial implementation of klist helpers.
by mochel@digitalimplant.org
· 20 years ago
fae3cd0
[PATCH] Add driver_for_each_device().
by mochel@digitalimplant.org
· 20 years ago
af70316
[PATCH] Add a semaphore to struct device to synchronize calls to its driver.
by mochel@digitalimplant.org
· 20 years ago
cd987d3
[PATCH] class: remove class_simple code, as no one in the tree is using it anymore.
by gregkh@suse.de
· 20 years ago
8561b10
[PATCH] USB: move the usb hcd code to use the new class code.
by gregkh@suse.de
· 20 years ago
1235686
[PATCH] INPUT: move to use the new class code, instead of class_simple
by gregkh@suse.de
· 20 years ago
e9ba636
[PATCH] CLASS: move a "simple" class logic into the class core.
by gregkh@suse.de
· 20 years ago
d48593b
[PATCH] Make attributes names const char *
by Dmitry Torokhov
· 20 years ago
8d790d7
[PATCH] make driver's name be const char *
by Dmitry Torokhov
· 20 years ago
419cab3
[PATCH] kset_hotplug_ops->name shoudl return const char *
by Dmitry Torokhov
· 20 years ago
f3b4f3c
[PATCH] Make kobject's name be const char *
by Dmitry Torokhov
· 20 years ago
e3a15db
[PATCH] sysfs_{create|remove}_link should take const char *
by Dmitry Torokhov
· 20 years ago
246955f
[NETLINK]: fib_lookup() via netlink
by Robert Olsson
· 20 years ago
f6e276ee
[ATALK]: endian annotations
by Alexey Dobriyan
· 20 years ago
f852640
[AX25]: endian-annotate ax25_type_trans()
by Alexey Dobriyan
· 20 years ago
dd87147
[IPSEC]: Add XFRM_STATE_NOPMTUDISC flag
by Herbert Xu
· 20 years ago
d094cd8
[IPSEC]: Add xfrm_state_afinfo->init_flags
by Herbert Xu
· 20 years ago
72cb696
[IPSEC]: Add xfrm_init_state
by Herbert Xu
· 20 years ago
3f7a87d
[SCTP] sctp_connectx() API support
by Frank Filz
· 20 years ago
e4fe198
[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog
by Lennert Buytenhek
· 20 years ago
c0da085
[PATCH] ARM: 2693/1: Add PCI support for Versatile/PB
by Catalin Marinas
· 20 years ago
038c5b6
[PATCH] ARM: 2686/2: AAEC-2000 Core support
by Bellido Nicolas
· 20 years ago
09f0551
[PATCH] ARM: Add iomap support for ARM
by Russell King
· 20 years ago
b8a9b66
[PATCH] ARM: Add common CACHE_COLOUR macro
by Russell King
· 20 years ago
8b22c24
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 20 years ago
ea4423c
Merge with ../linux-2.6-smp
by Russell King
· 20 years ago
36c5ed2
[PATCH] ARM SMP: Fix PXA/SA11x0 suspend resume crash
by Russell King
· 20 years ago
fe6ef2d
[PATCH] ARM SMP: Add missed files from Integrator/CP platform
by Russell King
· 20 years ago
9972b25
[PKT_SCHED]: Generic queue management interface for qdiscs using internal skb queues
by Thomas Graf
· 20 years ago
0603eac
[IPSEC]: Add XFRMA_SA/XFRMA_POLICY for delete notification
by Herbert Xu
· 20 years ago
1797754
[NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags
by Thomas Graf
· 20 years ago
8f48bcd
[RTNETLINK]: Add RTA_(PUT|GET) shortcuts for u8, u16, and flag
by Thomas Graf
· 20 years ago
c52a3f8
[NETLINK]: Fix RTA_NEST_CANCEL().
by Thomas Graf
· 20 years ago
88121ae
[NEIGHBOUR]: Remove unused fields in struct neigh_parms and neigh_table
by Thomas Graf
· 20 years ago
c7fb64d
[NETLINK]: Neighbour table configuration and statistics via rtnetlink
by Thomas Graf
· 20 years ago
0076824
[NETLINK] Routing attribute related shortcuts
by Thomas Graf
· 20 years ago
f88a10d
[NETLINK]: New message building macros
by Thomas Graf
· 20 years ago
e52c1f1
[NET]: Move sysctl_max_syn_backlog into request_sock.c
by David S. Miller
· 20 years ago
2ad69c5
[NET] rename struct tcp_listen_opt to struct listen_sock
by Arnaldo Carvalho de Melo
· 20 years ago
0e87506
[NET] Generalise tcp_listen_opt
by Arnaldo Carvalho de Melo
· 20 years ago
60236fd
[NET] Rename open_request to request_sock
by Arnaldo Carvalho de Melo
· 20 years ago
2e6599c
[NET] Generalise TCP's struct open_request minisock infrastructure
by Arnaldo Carvalho de Melo
· 20 years ago
1944972
[SLAB] Introduce kmem_cache_name
by Arnaldo Carvalho de Melo
· 20 years ago
f60f6b8
[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*
by Herbert Xu
· 20 years ago
bf08867
[IPSEC] Turn km_event.data into a union
by Herbert Xu
· 20 years ago
4666faa
[IPSEC] Kill spurious hard expire messages
by Herbert Xu
· 20 years ago
26b15da
[IPSEC] Add complete xfrm event notification
by Jamal Hadi Salim
· 20 years ago
19fa95e
Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6
by Linus Torvalds
· 20 years ago
43fde78
Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 20 years ago
0e396ee
Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
by Linus Torvalds
· 20 years ago
f9d1fe9
Merge /spare/repo/linux-2.6/
by Jeff Garzik
· 20 years ago
e65f38e
[PATCH] ARM SMP: Add support for startup of secondary processors
by Russell King
· 20 years ago
0107b3c
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by David Woodhouse
· 20 years ago
b8112df
[SCSI] Add DMA mask constants other than 32 and 64 bit
by Lee Revell
· 20 years ago
3237ee7
merge by hand (fix up qla_os.c merge error)
by James Bottomley
· 20 years ago
95220a2
[PATCH] ARM: 2714/1: Fix the IB2 definitions for the Versatile platform
by Catalin Marinas
· 20 years ago
fea7722
[PATCH] ARM: 2713/1: Fix the GPIO base for Integrator/CP
by Catalin Marinas
· 20 years ago
1c2fb7f
[IPV4]: Sysctl configurable icmp error source address.
by J. Simonetti
· 20 years ago
cdac4e0
[SCTP] Add support for ip_nonlocal_bind sysctl & IP_FREEBIND socket option
by Neil Horman
· 20 years ago
03722ad
[NET]: linux/if_tr.h needs asm/byteorder.h
by Tom Rini
· 20 years ago
Next »