git-commits-head mailing list

FromSubjectsort iconDate
Linux Kernel Mailing ...
wireless: remove duplicated .ndo_set_mac_address
Gitweb: http://git.kernel.org/linus/321dee6e8b235c496f0a068a72d8df9a4e13ceb9 Commit: 321dee6e8b235c496f0a068a72d8df9a4e13ceb9 Parent: 424b86a6bc9459a830e1e94e0e908f3ac1716b7e Author: Alexander Beregalov <a.beregalov@gmail.com> AuthorDate: Sun Mar 29 13:52:21 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sun Mar 29 13:52:21 2009 -0700 wireless: remove duplicated .ndo_set_mac_address Signed-off-by: Alexander Beregalov ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
netfilter: xtables: fix IPv6 dependency in the cluster match
Gitweb: http://git.kernel.org/linus/424b86a6bc9459a830e1e94e0e908f3ac1716b7e Commit: 424b86a6bc9459a830e1e94e0e908f3ac1716b7e Parent: 13223cb02ccfa375f2d683d08d30db5b72264f1e Author: Pablo Neira Ayuso <pablo@netfilter.org> AuthorDate: Sun Mar 29 13:46:01 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sun Mar 29 13:46:01 2009 -0700 netfilter: xtables: fix IPv6 dependency in the cluster match This patch fixes a dependency with IPv6: ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
tg3: Add GRO support.
Gitweb: http://git.kernel.org/linus/1383bdb98c01bbd28d72336d1bf614ce79114d29 Commit: 1383bdb98c01bbd28d72336d1bf614ce79114d29 Parent: 4099e01224e2afcaeea439cd92db3e7cf6e0f84f Author: David S. Miller <davem@davemloft.net> AuthorDate: Sun Mar 29 01:39:49 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sun Mar 29 01:39:49 2009 -0700 tg3: Add GRO support. Signed-off-by: David S. Miller <davem@davemloft.net> --- drivers/net/tg3.c | 4 ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
niu: Add GRO support.
Gitweb: http://git.kernel.org/linus/4099e01224e2afcaeea439cd92db3e7cf6e0f84f Commit: 4099e01224e2afcaeea439cd92db3e7cf6e0f84f Parent: 129dd9677b30a07bb832247dfe8d6089f1ac61a0 Author: David S. Miller <davem@davemloft.net> AuthorDate: Sun Mar 29 01:39:41 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sun Mar 29 01:39:41 2009 -0700 niu: Add GRO support. Signed-off-by: David S. Miller <davem@davemloft.net> --- drivers/net/niu.c | 12 ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().
Gitweb: http://git.kernel.org/linus/129dd9677b30a07bb832247dfe8d6089f1ac61a0 Commit: 129dd9677b30a07bb832247dfe8d6089f1ac61a0 Parent: ee76db5e9e9896312f001790855a798472440328 Author: David S. Miller <davem@davemloft.net> AuthorDate: Sun Mar 29 01:20:18 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sun Mar 29 01:20:18 2009 -0700 ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe(). We can't put 'mdio' until after we've used it in ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
gianfar: Fix use-after-of_node_put() in gfar_of_init().
Gitweb: http://git.kernel.org/linus/ee76db5e9e9896312f001790855a798472440328 Commit: ee76db5e9e9896312f001790855a798472440328 Parent: 2c60b6885afc56a17b9d55b04c4328123063fc9d Author: David S. Miller <davem@davemloft.net> AuthorDate: Sun Mar 29 01:19:37 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sun Mar 29 01:19:37 2009 -0700 gianfar: Fix use-after-of_node_put() in gfar_of_init(). We can't put 'mdio' until after we've used it in the ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
kernel: remove HIPQUAD()
Gitweb: http://git.kernel.org/linus/2c60b6885afc56a17b9d55b04c4328123063fc9d Commit: 2c60b6885afc56a17b9d55b04c4328123063fc9d Parent: e7557af56a576762a655f1aaaded253ad14c5958 Author: Harvey Harrison <harvey.harrison@gmail.com> AuthorDate: Sat Mar 28 15:38:31 2009 +0000 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sat Mar 28 23:55:59 2009 -0700 kernel: remove HIPQUAD() All users have been removed. Signed-off-by: Harvey Harrison ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
netpoll: store local and remote ip in net-endian
Gitweb: http://git.kernel.org/linus/e7557af56a576762a655f1aaaded253ad14c5958 Commit: e7557af56a576762a655f1aaaded253ad14c5958 Parent: f940964901aa69e28ce729d7614061d014184472 Author: Harvey Harrison <harvey.harrison@gmail.com> AuthorDate: Sat Mar 28 15:38:31 2009 +0000 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sat Mar 28 23:55:58 2009 -0700 netpoll: store local and remote ip in net-endian Allows for the removal of byteswapping in some places ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
netfilter: fix endian bug in conntrack printks
Gitweb: http://git.kernel.org/linus/f940964901aa69e28ce729d7614061d014184472 Commit: f940964901aa69e28ce729d7614061d014184472 Parent: 3e8af307bfe3b6318a1aaaf8ce18d0af7ddf2ea2 Author: Harvey Harrison <harvey.harrison@gmail.com> AuthorDate: Sat Mar 28 15:38:30 2009 +0000 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sat Mar 28 23:55:57 2009 -0700 netfilter: fix endian bug in conntrack printks dcc_ip is treated as a host-endian value in the first ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
dmascc: fix incomplete conversion to network_device_ops
Gitweb: http://git.kernel.org/linus/3e8af307bfe3b6318a1aaaf8ce18d0af7ddf2ea2 Commit: 3e8af307bfe3b6318a1aaaf8ce18d0af7ddf2ea2 Parent: 2f181855a0b3c2b39314944add7b41c15647cf86 Author: Alexander Beregalov <a.beregalov@gmail.com> AuthorDate: Sat Mar 28 23:40:05 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sat Mar 28 23:40:05 2009 -0700 dmascc: fix incomplete conversion to network_device_ops drivers/net/hamradio/dmascc.c:587: error: 'struct ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
gso: Fix support for linear packets
Gitweb: http://git.kernel.org/linus/2f181855a0b3c2b39314944add7b41c15647cf86 Commit: 2f181855a0b3c2b39314944add7b41c15647cf86 Parent: 4b21cd4eedff2123712c2132c8c6264d40332465 Author: Herbert Xu <herbert@gondor.apana.org.au> AuthorDate: Sat Mar 28 23:39:18 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sat Mar 28 23:39:18 2009 -0700 gso: Fix support for linear packets When GRO/frag_list support was added to GSO, I made an error which ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
skbuff.h: fix missing kernel-doc
Gitweb: http://git.kernel.org/linus/4b21cd4eedff2123712c2132c8c6264d40332465 Commit: 4b21cd4eedff2123712c2132c8c6264d40332465 Parent: 79f1bc06dbb05f222756d6df4a9ff95588c9cc06 Author: Randy Dunlap <randy.dunlap@oracle.com> AuthorDate: Sat Mar 28 23:38:40 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sat Mar 28 23:38:40 2009 -0700 skbuff.h: fix missing kernel-doc Add missing struct field to fix kernel-doc warning: ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
ni5010: convert to net_device_ops
Gitweb: http://git.kernel.org/linus/79f1bc06dbb05f222756d6df4a9ff95588c9cc06 Commit: 79f1bc06dbb05f222756d6df4a9ff95588c9cc06 Parent: 0870352bc6e0dee485c86a0c99dd60e7089c8917 Author: Alexander Beregalov <a.beregalov@gmail.com> AuthorDate: Sat Mar 28 23:37:27 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sat Mar 28 23:37:27 2009 -0700 ni5010: convert to net_device_ops Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: use mm_cpumask() wrapper: sparc
Gitweb: http://git.kernel.org/linus/81f1adf01224f5c0be5f90f43664f799c1f7bb2d Commit: 81f1adf01224f5c0be5f90f43664f799c1f7bb2d Parent: e9b375120b593d3081c2f63e8ccf350cccc8fd68 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:39 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:39 2009 +1030 cpumask: use mm_cpumask() wrapper: sparc Makes code futureproof against the impending change to ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_AL ...
Gitweb: http://git.kernel.org/linus/e9b375120b593d3081c2f63e8ccf350cccc8fd68 Commit: e9b375120b593d3081c2f63e8ccf350cccc8fd68 Parent: cc301d261f5d49cbff66b2f459f58f2652899cdb Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:38 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:38 2009 +1030 cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: sparc Impact: cleanup (Thanks to Al Viro ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: remove the now-obsoleted pcibus_to_cpumask(): sparc
Gitweb: http://git.kernel.org/linus/cc301d261f5d49cbff66b2f459f58f2652899cdb Commit: cc301d261f5d49cbff66b2f459f58f2652899cdb Parent: 7b45101d09ab13eafc0c3a5232e1606654d122ea Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:28 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:28 2009 +1030 cpumask: remove the now-obsoleted pcibus_to_cpumask(): sparc Impact: reduce stack usage for large NR_CPUS ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: remove cpu_coregroup_map: sparc
Gitweb: http://git.kernel.org/linus/7b45101d09ab13eafc0c3a5232e1606654d122ea Commit: 7b45101d09ab13eafc0c3a5232e1606654d122ea Parent: ec7c14bde80a11e325f26b339b8570a929e87223 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:25 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:25 2009 +1030 cpumask: remove cpu_coregroup_map: sparc Impact: cleanup cpu_coregroup_mask is the New Hotness. ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: prepare for iterators to only go to nr_cpu_ids/ ...
Gitweb: http://git.kernel.org/linus/ec7c14bde80a11e325f26b339b8570a929e87223 Commit: ec7c14bde80a11e325f26b339b8570a929e87223 Parent: e305cb8f09b6e51940f78516f962ea819bc30ccd Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:24 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:24 2009 +1030 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc Impact: cleanup, futureproof ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: prepare for iterators to only go to nr_cpu_ids/ ...
Gitweb: http://git.kernel.org/linus/e305cb8f09b6e51940f78516f962ea819bc30ccd Commit: e305cb8f09b6e51940f78516f962ea819bc30ccd Parent: 89229071c049e518668e34b234167d5ed9c94534 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:23 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:23 2009 +1030 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc64 Impact: cleanup, ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: Use accessors code.: sparc64
Gitweb: http://git.kernel.org/linus/89229071c049e518668e34b234167d5ed9c94534 Commit: 89229071c049e518668e34b234167d5ed9c94534 Parent: fe73971cdd9287eba5f834eb3794768c22718581 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:23 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:23 2009 +1030 cpumask: Use accessors code.: sparc64 Impact: use new API Use the accessors rather than frobbing ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: Use accessors code: sparc
Gitweb: http://git.kernel.org/linus/fe73971cdd9287eba5f834eb3794768c22718581 Commit: fe73971cdd9287eba5f834eb3794768c22718581 Parent: f46df02a5799460e74bcb5a3875d4245978f3bd2 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:22 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:22 2009 +1030 cpumask: Use accessors code: sparc Impact: use new API Use the accessors rather than frobbing bits ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: arch_send_call_function_ipi_mask: sparc
Gitweb: http://git.kernel.org/linus/f46df02a5799460e74bcb5a3875d4245978f3bd2 Commit: f46df02a5799460e74bcb5a3875d4245978f3bd2 Parent: fd8e18e9f486bcbdd8e0d817e6aa8622a5034540 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:22 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:22 2009 +1030 cpumask: arch_send_call_function_ipi_mask: sparc We're weaning the core code off handing cpumask's around ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: Use smp_call_function_many(): sparc64
Gitweb: http://git.kernel.org/linus/fd8e18e9f486bcbdd8e0d817e6aa8622a5034540 Commit: fd8e18e9f486bcbdd8e0d817e6aa8622a5034540 Parent: 5bee17f18b595937e6beafeee5197868a3f74a06 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 16 14:40:22 2009 +1030 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 16 14:40:22 2009 +1030 cpumask: Use smp_call_function_many(): sparc64 Impact: Use new API Change smp_call_function_mask() ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
sparc64: Fix reset hangs on Niagara systems.
Gitweb: http://git.kernel.org/linus/ffaba674090f287afe0c44fd8d978c64c03581a8 Commit: ffaba674090f287afe0c44fd8d978c64c03581a8 Parent: 07d43ba98621f08e252a48c96b258b4d572b0257 Author: David S. Miller <davem@davemloft.net> AuthorDate: Sun Mar 29 15:40:33 2009 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Sun Mar 29 15:40:33 2009 -0700 sparc64: Fix reset hangs on Niagara systems. Hypervisor versions older than version 1.6.1 cannot handle ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: remove references to struct irqaction's mask field.
Gitweb: http://git.kernel.org/linus/1a8a51004a18b627ea81444201f7867875212f46 Commit: 1a8a51004a18b627ea81444201f7867875212f46 Parent: 9489424454c93f4d225d7af47978f8c7e84bf4d4 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:13 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:14 2009 +1030 cpumask: remove references to struct irqaction's mask field. Impact: cleanup It's unused, since ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
oprofile: Thou shalt not call __exit functions from __in ...
Gitweb: http://git.kernel.org/linus/bb75efddeaca89f8a67fd82cdcbaaf436cf17ca9 Commit: bb75efddeaca89f8a67fd82cdcbaaf436cf17ca9 Parent: 97c12f85ac5e4ac2faee6cada014ac6205105b19 Author: Russell King <rmk@arm.linux.org.uk> AuthorDate: Sun Mar 29 17:12:22 2009 +0100 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:18 2009 +1030 oprofile: Thou shalt not call __exit functions from __init functions Impact: fix ref to discarded function ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: use new cpumask_ functions in core code.
Gitweb: http://git.kernel.org/linus/aa85ea5b89c36c51200d795dd788139bd9b8cf50 Commit: aa85ea5b89c36c51200d795dd788139bd9b8cf50 Parent: 1a8a51004a18b627ea81444201f7867875212f46 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:15 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:16 2009 +1030 cpumask: use new cpumask_ functions in core code. Impact: cleanup Time to clean up remaining ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
cpumask: remove cpumask_t from core
Gitweb: http://git.kernel.org/linus/612a726faf8486fa48b34fa37115ce1e7421d383 Commit: 612a726faf8486fa48b34fa37115ce1e7421d383 Parent: 73d0a4b107d58908305f272bfae9bd17f74a2c81 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:16 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:17 2009 +1030 cpumask: remove cpumask_t from core Impact: cleanup struct cpumask is nicer, and we use it to make ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
cpumask: remove the now-obsoleted pcibus_to_cpumask(): generic
Gitweb: http://git.kernel.org/linus/97c12f85ac5e4ac2faee6cada014ac6205105b19 Commit: 97c12f85ac5e4ac2faee6cada014ac6205105b19 Parent: 612a726faf8486fa48b34fa37115ce1e7421d383 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:17 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:17 2009 +1030 cpumask: remove the now-obsoleted pcibus_to_cpumask(): generic Impact: reduce stack usage for large NR_CPUS ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
hwmon: (fschmd) Add support for the FSC Syleus IC
Gitweb: http://git.kernel.org/linus/c69ab2b78efbe388bb0fc5d885b718ff4668cceb Commit: c69ab2b78efbe388bb0fc5d885b718ff4668cceb Parent: fa5bfab7128e58c31448fca83a288a86e7d476cc Author: Hans de Goede <hdegoede@redhat.com> AuthorDate: Mon Mar 30 21:46:45 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:45 2009 +0200 hwmon: (fschmd) Add support for the FSC Syleus IC Many thanks to Fujitsu Siemens Computers for providing docs and a ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
cpumask: convert rcutorture.c
Gitweb: http://git.kernel.org/linus/73d0a4b107d58908305f272bfae9bd17f74a2c81 Commit: 73d0a4b107d58908305f272bfae9bd17f74a2c81 Parent: aa85ea5b89c36c51200d795dd788139bd9b8cf50 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:16 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:16 2009 +1030 cpumask: convert rcutorture.c We're getting rid of cpumasks on the stack. Simply change tmp_mask to ...
Mar 30, 7:00 pm 2009
Linux Kernel Mailing ...
lguest: use KVM hypercalls
Gitweb: http://git.kernel.org/linus/4cd8b5e2a159f18a1507f1187b44a1acbfa6341b Commit: 4cd8b5e2a159f18a1507f1187b44a1acbfa6341b Parent: b7ff99ea53cd16de8f6166c0e98f19a7c6ca67ee Author: Matias Zabaljauregui <zabaljauregui@gmail.com> AuthorDate: Sat Mar 14 13:37:52 2009 -0200 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 21:55:24 2009 +1030 lguest: use KVM hypercalls Impact: cleanup This patch allow us to use KVM hypercalls ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
cpumask: remove node_to_first_cpu
Gitweb: http://git.kernel.org/linus/0451fb2ebc4f65c265bb51d71a2fc986ebf20218 Commit: 0451fb2ebc4f65c265bb51d71a2fc986ebf20218 Parent: af76aba00fdcfb21535c9f9872245d14097a4561 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:11 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:12 2009 +1030 cpumask: remove node_to_first_cpu Everyone defines it, and only one person uses it ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
lguest: use bool instead of int
Gitweb: http://git.kernel.org/linus/df1693abc42e34bbc4351e179dbe66c28a94efb8 Commit: df1693abc42e34bbc4351e179dbe66c28a94efb8 Parent: 4cd8b5e2a159f18a1507f1187b44a1acbfa6341b Author: Matias Zabaljauregui <zabaljauregui@gmail.com> AuthorDate: Wed Mar 18 13:38:35 2009 -0300 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 21:55:25 2009 +1030 lguest: use bool instead of int Impact: clean up Rusty told me, some time ago, that he had ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
cpumask: use mm_cpumask() wrapper: kernel/fork.c
Gitweb: http://git.kernel.org/linus/9489424454c93f4d225d7af47978f8c7e84bf4d4 Commit: 9489424454c93f4d225d7af47978f8c7e84bf4d4 Parent: 2b17fa506c418e9fb02bbbc7f426d2bbb5b247a6 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:12 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:13 2009 +1030 cpumask: use mm_cpumask() wrapper: kernel/fork.c Impact: futureproof Makes code futureproof against ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (w83627ehf) Add support for W83667HG
Gitweb: http://git.kernel.org/linus/237c8d2f54ff12bd4fea1a9d18a94ae5810271d3 Commit: 237c8d2f54ff12bd4fea1a9d18a94ae5810271d3 Parent: 1704b26ee3fd89c76724cbea238e951dc019faca Author: Gong Jun <JGong@nuvoton.com> AuthorDate: Mon Mar 30 21:46:42 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:42 2009 +0200 hwmon: (w83627ehf) Add support for W83667HG Add initial support for the Nuvoton W83667HG chip to the w83627ehf driver. ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
cpumask: use set_cpu_active in init/main.c
Gitweb: http://git.kernel.org/linus/2b17fa506c418e9fb02bbbc7f426d2bbb5b247a6 Commit: 2b17fa506c418e9fb02bbbc7f426d2bbb5b247a6 Parent: 0451fb2ebc4f65c265bb51d71a2fc986ebf20218 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:12 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:12 2009 +1030 cpumask: use set_cpu_active in init/main.c cpu_active_map is deprecated in favor of cpu_active_mask, which is ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (fschmd) Add support for the FSC Hades IC
Gitweb: http://git.kernel.org/linus/de15f093e666ccd542f6f7a0e3e917166a07ab44 Commit: de15f093e666ccd542f6f7a0e3e917166a07ab44 Parent: c69ab2b78efbe388bb0fc5d885b718ff4668cceb Author: Hans de Goede <hdegoede@redhat.com> AuthorDate: Mon Mar 30 21:46:45 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:45 2009 +0200 hwmon: (fschmd) Add support for the FSC Hades IC Add support for the Hades to the FSC hwmon driver. ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL
Gitweb: http://git.kernel.org/linus/1a2142afa5646ad5af44bbe1febaa5e0b7e71156 Commit: 1a2142afa5646ad5af44bbe1febaa5e0b7e71156 Parent: 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:10 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:11 2009 +1030 cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL Impact: cleanup (Thanks to Al Viro for ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
lguest: barrier me harder
Gitweb: http://git.kernel.org/linus/d1881d3192a3d3e8dc4f255b03187f4c36cb0617 Commit: d1881d3192a3d3e8dc4f255b03187f4c36cb0617 Parent: df1693abc42e34bbc4351e179dbe66c28a94efb8 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 21:55:25 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 21:55:26 2009 +1030 lguest: barrier me harder Impact: barrier correctness in example launcher I doubt either lguest user ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
cpumask: fix seq_bitmap_*() functions.
Gitweb: http://git.kernel.org/linus/af76aba00fdcfb21535c9f9872245d14097a4561 Commit: af76aba00fdcfb21535c9f9872245d14097a4561 Parent: 1a2142afa5646ad5af44bbe1febaa5e0b7e71156 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 22:05:11 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 22:05:11 2009 +1030 cpumask: fix seq_bitmap_*() functions. 1) seq_bitmap_list() should take a const. 2) All the seq_bitmap ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
virtio: more neatening of virtio_ring macros.
Gitweb: http://git.kernel.org/linus/c5f841f1780dad7efb7eca092f60742d47f47d25 Commit: c5f841f1780dad7efb7eca092f60742d47f47d25 Parent: 3a35ce7dcefe9e80a00603a195269fbaf6e7d901 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 21:55:22 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 21:55:23 2009 +1030 virtio: more neatening of virtio_ring macros. Impact: cleanup Roel Kluin drew attention to these ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
lguest: wire up pte_update/pte_update_defer
Gitweb: http://git.kernel.org/linus/b7ff99ea53cd16de8f6166c0e98f19a7c6ca67ee Commit: b7ff99ea53cd16de8f6166c0e98f19a7c6ca67ee Parent: 6afbdd059c27330eccbd85943354f94c2b83a7fe Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 21:55:23 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 21:55:24 2009 +1030 lguest: wire up pte_update/pte_update_defer Impact: intermittent guest segv/crash fix I've been ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG
Gitweb: http://git.kernel.org/linus/a157d06d4d70318a0818552095071d7430dd5d34 Commit: a157d06d4d70318a0818552095071d7430dd5d34 Parent: 237c8d2f54ff12bd4fea1a9d18a94ae5810271d3 Author: Gong Jun <JGong@nuvoton.com> AuthorDate: Mon Mar 30 21:46:43 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:43 2009 +0200 hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG The pin for in6 and temp3 is shared on the W83667HG, so only one ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
lguest: fix spurious BUG_ON() on invalid guest stack.
Gitweb: http://git.kernel.org/linus/6afbdd059c27330eccbd85943354f94c2b83a7fe Commit: 6afbdd059c27330eccbd85943354f94c2b83a7fe Parent: c5f841f1780dad7efb7eca092f60742d47f47d25 Author: Rusty Russell <rusty@rustcorp.com.au> AuthorDate: Mon Mar 30 21:55:23 2009 -0600 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 21:55:23 2009 +1030 lguest: fix spurious BUG_ON() on invalid guest stack. Impact: fix crash on misbehaving guest ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
virtio: fix BAD_RING, START_US and END_USE macros
Gitweb: http://git.kernel.org/linus/3a35ce7dcefe9e80a00603a195269fbaf6e7d901 Commit: 3a35ce7dcefe9e80a00603a195269fbaf6e7d901 Parent: 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b Author: Roel Kluin <roel.kluin@gmail.com> AuthorDate: Thu Jan 22 16:42:57 2009 +0100 Committer: Rusty Russell <rusty@rustcorp.com.au> CommitDate: Mon Mar 30 21:55:22 2009 +1030 virtio: fix BAD_RING, START_US and END_USE macros Impact: cleanup fix BAD_RING, START_US and END_USE ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
dmi: Let dmi_walk() users pass private data
Gitweb: http://git.kernel.org/linus/e7a19c5624c66afa8118b10cd59f87ee407646bc Commit: e7a19c5624c66afa8118b10cd59f87ee407646bc Parent: ec19920944246b4686c7772a58507a20c361dc9d Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:44 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:44 2009 +0200 dmi: Let dmi_walk() users pass private data At the moment, dmi_walk() lacks flexibility, users can't pass data to ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
i2c-i801: Instantiate FSC hardware montioring chips
Gitweb: http://git.kernel.org/linus/fa5bfab7128e58c31448fca83a288a86e7d476cc Commit: fa5bfab7128e58c31448fca83a288a86e7d476cc Parent: e7a19c5624c66afa8118b10cd59f87ee407646bc Author: Hans de Goede <hdegoede@redhat.com> AuthorDate: Mon Mar 30 21:46:44 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:44 2009 +0200 i2c-i801: Instantiate FSC hardware montioring chips Detect various FSC hwmon IC's based on DMI tables and then let ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: Define a standard interface for chassis intrusion ...
Gitweb: http://git.kernel.org/linus/ec19920944246b4686c7772a58507a20c361dc9d Commit: ec19920944246b4686c7772a58507a20c361dc9d Parent: fb4504fe84b09cbf49fda19e6630a1003d79656a Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:44 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:44 2009 +0200 hwmon: Define a standard interface for chassis intrusion detection Define a standard interface for the chassis ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
Move the pcf8591 driver to hwmon
Gitweb: http://git.kernel.org/linus/fb4504fe84b09cbf49fda19e6630a1003d79656a Commit: fb4504fe84b09cbf49fda19e6630a1003d79656a Parent: a157d06d4d70318a0818552095071d7430dd5d34 Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:43 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:43 2009 +0200 Move the pcf8591 driver to hwmon Directory drivers/i2c/chips is going away, so drivers there must find new homes. ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (hdaps) Allow inversion of separate axis
Gitweb: http://git.kernel.org/linus/2b8cf3e8c0638687a7a28a7517e673f855623e3b Commit: 2b8cf3e8c0638687a7a28a7517e673f855623e3b Parent: 25f3311acc3405dd0dace3571a41f450e6cc6a65 Author: Frank Seidel <frank@f-seidel.de> AuthorDate: Mon Mar 30 21:46:41 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:41 2009 +0200 hwmon: (hdaps) Allow inversion of separate axis Fix for kernel.org bug #7154: hdaps inversion of each axis. This ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (ds1621) Clean up register access
Gitweb: http://git.kernel.org/linus/594592dc6f68356a3b7278eb4d260a50a66f0a06 Commit: 594592dc6f68356a3b7278eb4d260a50a66f0a06 Parent: 9202add67454c6a6f9508f41e733edce705dc56e Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:40 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:40 2009 +0200 hwmon: (ds1621) Clean up register access Fix a few oddities in how the ds1621 driver accesses the registers: * We ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (w83627ehf) Invert fan pin variables logic
Gitweb: http://git.kernel.org/linus/1704b26ee3fd89c76724cbea238e951dc019faca Commit: 1704b26ee3fd89c76724cbea238e951dc019faca Parent: b6a33fe2cc1b44851174967943fe5989f7e0550f Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:42 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:42 2009 +0200 hwmon: (w83627ehf) Invert fan pin variables logic Use positive logic for fan pin variables (variable is set if pin is ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (ds1621) Avoid unneeded register access
Gitweb: http://git.kernel.org/linus/e4879e28abd67b894fb9d2db0afd08f1945670ba Commit: e4879e28abd67b894fb9d2db0afd08f1945670ba Parent: 594592dc6f68356a3b7278eb4d260a50a66f0a06 Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:40 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:40 2009 +0200 hwmon: (ds1621) Avoid unneeded register access Register access over SMBus isn't cheap, so avoid register access where ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (hdaps) Fix Thinkpad X41 axis inversion
Gitweb: http://git.kernel.org/linus/b6a33fe2cc1b44851174967943fe5989f7e0550f Commit: b6a33fe2cc1b44851174967943fe5989f7e0550f Parent: 2b8cf3e8c0638687a7a28a7517e673f855623e3b Author: Frank Seidel <frank@f-seidel.de> AuthorDate: Mon Mar 30 21:46:42 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:42 2009 +0200 hwmon: (hdaps) Fix Thinkpad X41 axis inversion Fix for kernel.org bug #7154: hdaps inversion of actual Thinkpad ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (ds1621) Clean up documentation
Gitweb: http://git.kernel.org/linus/25f3311acc3405dd0dace3571a41f450e6cc6a65 Commit: 25f3311acc3405dd0dace3571a41f450e6cc6a65 Parent: e4879e28abd67b894fb9d2db0afd08f1945670ba Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:41 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:41 2009 +0200 hwmon: (ds1621) Clean up documentation * The alarms sysfs file is deprecated, and individual alarm files are ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
hwmon: (ds1621) Reorder code statements
Gitweb: http://git.kernel.org/linus/9202add67454c6a6f9508f41e733edce705dc56e Commit: 9202add67454c6a6f9508f41e733edce705dc56e Parent: 0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b Author: Jean Delvare <khali@linux-fr.org> AuthorDate: Mon Mar 30 21:46:40 2009 +0200 Committer: Jean Delvare <khali@linux-fr.org> CommitDate: Mon Mar 30 21:46:40 2009 +0200 hwmon: (ds1621) Reorder code statements Reorder the ds1621 driver code so that we can get rid of forward function ...
Mar 30, 6:59 pm 2009
Linux Kernel Mailing ...
lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB
Gitweb: http://git.kernel.org/linus/19cefdffbfe0f7e280f21e80875937e8700e99e2 Commit: 19cefdffbfe0f7e280f21e80875937e8700e99e2 Parent: 6700ec65c207068a81a535e9dca616fefac21671 Author: Ingo Molnar <mingo@elte.hu> AuthorDate: Sun Mar 15 06:03:11 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Mon Mar 30 22:59:44 2009 +0200 lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB Impact: build fix fix typo in mm/slob.c: ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: simplify check_prev_add_irq()
Gitweb: http://git.kernel.org/linus/4f367d8adca947bed4385740a13d1efb1a06fba1 Commit: 4f367d8adca947bed4385740a13d1efb1a06fba1 Parent: f510b233cfc7bfd57b6007071c52aa42e3d16b06 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 18:10:42 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:24 2009 +0100 lockdep: simplify check_prev_add_irq() Remove the manual state iteration thingy. Signed-off-by: Peter ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: fix deadlock in lockdep_trace_alloc
Gitweb: http://git.kernel.org/linus/2f8501815256af8498904e68bd0984b1afffd6f8 Commit: 2f8501815256af8498904e68bd0984b1afffd6f8 Parent: 19cefdffbfe0f7e280f21e80875937e8700e99e2 Author: Peter Zijlstra <peterz@infradead.org> AuthorDate: Fri Mar 20 11:13:20 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Mon Mar 30 23:19:24 2009 +0200 lockdep: fix deadlock in lockdep_trace_alloc Heiko reported that we grab the graph lock with irqs enabled. Fix ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: annotate reclaim context (__GFP_NOFS), fix
Gitweb: http://git.kernel.org/linus/6700ec65c207068a81a535e9dca616fefac21671 Commit: 6700ec65c207068a81a535e9dca616fefac21671 Parent: 868a23a8043f2a3042dae60105c89bd4680187ba Author: Ingo Molnar <mingo@elte.hu> AuthorDate: Sun Feb 15 21:18:17 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sun Feb 15 21:22:48 2009 +0100 lockdep: annotate reclaim context (__GFP_NOFS), fix Impact: fix build warning Fix: mm/vmscan.c: In function ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: build fix for !PROVE_LOCKING
Gitweb: http://git.kernel.org/linus/868a23a8043f2a3042dae60105c89bd4680187ba Commit: 868a23a8043f2a3042dae60105c89bd4680187ba Parent: 9833f8cb952b9aa3f98a71e7bef8820cee3261a0 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Sun Feb 15 00:25:21 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sun Feb 15 00:30:26 2009 +0100 lockdep: build fix for !PROVE_LOCKING The __GFP_FS annotations fail to build with CONFIG_LOCKDEP=y, ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockstat: warn about disabled lock debugging
Gitweb: http://git.kernel.org/linus/9833f8cb952b9aa3f98a71e7bef8820cee3261a0 Commit: 9833f8cb952b9aa3f98a71e7bef8820cee3261a0 Parent: b4b136f44b3b7adb9265fd5566d0ea9b99b1cd5f Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Sat Feb 14 16:59:04 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:28 2009 +0100 lockstat: warn about disabled lock debugging Avoid confusion and clearly state lock debugging got disabled. ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: use stringify.h
Gitweb: http://git.kernel.org/linus/b4b136f44b3b7adb9265fd5566d0ea9b99b1cd5f Commit: b4b136f44b3b7adb9265fd5566d0ea9b99b1cd5f Parent: 4f367d8adca947bed4385740a13d1efb1a06fba1 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 29 14:50:36 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:26 2009 +0100 lockdep: use stringify.h Arnd pointed out we have the stringify macro magic already in-kernel. ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: get_user_chars() redo
Gitweb: http://git.kernel.org/linus/f510b233cfc7bfd57b6007071c52aa42e3d16b06 Commit: f510b233cfc7bfd57b6007071c52aa42e3d16b06 Parent: 3ff176ca47911630d1555f150d36daa2d0819ea9 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 17:53:47 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:22 2009 +0100 lockdep: get_user_chars() redo Generic, states independent, get_user_chars(). Signed-off-by: Peter Zijlstra ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: simplify get_user_chars()
Gitweb: http://git.kernel.org/linus/3ff176ca47911630d1555f150d36daa2d0819ea9 Commit: 3ff176ca47911630d1555f150d36daa2d0819ea9 Parent: 38aa2714382d886f77f2565277fce293122808b0 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 17:40:42 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:21 2009 +0100 lockdep: simplify get_user_chars() there's too much repetition of code.. Signed-off-by: Peter Zijlstra ...
Mar 30, 6:00 pm 2009
Linux Kernel Mailing ...
lockdep: add comments to mark_lock_irq()
Gitweb: http://git.kernel.org/linus/38aa2714382d886f77f2565277fce293122808b0 Commit: 38aa2714382d886f77f2565277fce293122808b0 Parent: cf2ad4d13c4ac6366c730fcf6c6be00db12fb75f Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Tue Jan 27 14:53:50 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:19 2009 +0100 lockdep: add comments to mark_lock_irq() re-add some of the comments that got lost in the refactoring. ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: remove macro usage from mark_held_locks()
Gitweb: http://git.kernel.org/linus/cf2ad4d13c4ac6366c730fcf6c6be00db12fb75f Commit: cf2ad4d13c4ac6366c730fcf6c6be00db12fb75f Parent: 9d3651a23dc1f7ed7d207f9118459d3a73d485a7 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Tue Jan 27 13:58:08 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:17 2009 +0100 lockdep: remove macro usage from mark_held_locks() Now that we have nice numerical relations for the states, remove the ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: fully reduce mark_lock_irq()
Gitweb: http://git.kernel.org/linus/9d3651a23dc1f7ed7d207f9118459d3a73d485a7 Commit: 9d3651a23dc1f7ed7d207f9118459d3a73d485a7 Parent: 42c50d544e009cd9b1a8e74d7c5ce8d03ca917ad Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 17:18:32 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:15 2009 +0100 lockdep: fully reduce mark_lock_irq() Now what its only two functions, they again look rather similar. ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: merge the !_READ mark_lock_irq() helpers
Gitweb: http://git.kernel.org/linus/42c50d544e009cd9b1a8e74d7c5ce8d03ca917ad Commit: 42c50d544e009cd9b1a8e74d7c5ce8d03ca917ad Parent: 780e820b2dfefdfead9243724c2d2b73f379fda6 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 16:58:16 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:13 2009 +0100 lockdep: merge the !_READ mark_lock_irq() helpers These two are also remakably similar Signed-off-by: Peter ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: merge the _READ mark_lock_irq() helpers
Gitweb: http://git.kernel.org/linus/780e820b2dfefdfead9243724c2d2b73f379fda6 Commit: 780e820b2dfefdfead9243724c2d2b73f379fda6 Parent: cd95302d255264c5e6ebe1063320d80517bf2f83 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 16:51:29 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:12 2009 +0100 lockdep: merge the _READ mark_lock_irq() helpers The _READ helpers show remarkable similarity, merge them. ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: sanitize reclaim bit names
Gitweb: http://git.kernel.org/linus/a652d7081bc96b3094e85ca30e47f50185d2f717 Commit: a652d7081bc96b3094e85ca30e47f50185d2f717 Parent: 4fc95e867f1e75351b89db3c68212dfcce7ea563 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 13:13:11 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:27:52 2009 +0100 lockdep: sanitize reclaim bit names s/HELD_OVER/ENABLED/g so that its similar to the hard and soft-irq ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: simplify mark_lock_irq() helpers #3
Gitweb: http://git.kernel.org/linus/cd95302d255264c5e6ebe1063320d80517bf2f83 Commit: cd95302d255264c5e6ebe1063320d80517bf2f83 Parent: f989209e2f604730888a6daa3b3ff30ed0c9d7c0 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 16:38:21 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:10 2009 +0100 lockdep: simplify mark_lock_irq() helpers #3 Kill another argument Signed-off-by: Peter Zijlstra ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: further simplify mark_lock_irq() helpers
Gitweb: http://git.kernel.org/linus/f989209e2f604730888a6daa3b3ff30ed0c9d7c0 Commit: f989209e2f604730888a6daa3b3ff30ed0c9d7c0 Parent: 604de3b5b63ebc33a762c44d9c742f235b010346 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 16:09:59 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:08 2009 +0100 lockdep: further simplify mark_lock_irq() helpers take away another parameter Signed-off-by: Peter Zijlstra ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: simplify mark_lock()
Gitweb: http://git.kernel.org/linus/5346417e17daf5a7712e4cf030b45414e46607cf Commit: 5346417e17daf5a7712e4cf030b45414e46607cf Parent: 36bfb9bb03db2002a8574600c6aeb4cdd1ba01a6 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 14:15:53 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:27:57 2009 +0100 lockdep: simplify mark_lock() remove the state iteration Signed-off-by: Peter Zijlstra ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: generate the state bit definitions
Gitweb: http://git.kernel.org/linus/d7b1b02134272840f4b655136e00c461e1cf1d53 Commit: d7b1b02134272840f4b655136e00c461e1cf1d53 Parent: 9851673bc32bc9fcafbbaeffc858ead434bd6d58 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 14:38:38 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:01 2009 +0100 lockdep: generate the state bit definitions Generate the state bit definitions from the lockdep_states.h file. ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: split up mark_lock_irq()
Gitweb: http://git.kernel.org/linus/6a6904d3475cc5e4a506b5c3c3684444e22c4cc4 Commit: 6a6904d3475cc5e4a506b5c3c3684444e22c4cc4 Parent: fabe9c42c6328de314d811887b4752eb3d202291 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 16:07:44 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:04 2009 +0100 lockdep: split up mark_lock_irq() split mark_lock_irq() into 4 simple helper functions Signed-off-by: Peter ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: simplify the mark_lock_irq() helpers
Gitweb: http://git.kernel.org/linus/604de3b5b63ebc33a762c44d9c742f235b010346 Commit: 604de3b5b63ebc33a762c44d9c742f235b010346 Parent: 6a6904d3475cc5e4a506b5c3c3684444e22c4cc4 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 16:24:44 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:06 2009 +0100 lockdep: simplify the mark_lock_irq() helpers In order to unify them, take some arguments away ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
timer: implement lockdep deadlock detection
Gitweb: http://git.kernel.org/linus/6f2b9b9a9d750a9175dc79c74bfed5add840983c Commit: 6f2b9b9a9d750a9175dc79c74bfed5add840983c Parent: 673f8205914a12e928c65afbcd78ae748f78df53 Author: Johannes Berg <johannes@sipsolutions.net> AuthorDate: Thu Jan 29 16:03:20 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:25:52 2009 +0100 timer: implement lockdep deadlock detection This modifies the timer code in a way to allow lockdep to detect ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: simplify mark_held_locks
Gitweb: http://git.kernel.org/linus/36bfb9bb03db2002a8574600c6aeb4cdd1ba01a6 Commit: 36bfb9bb03db2002a8574600c6aeb4cdd1ba01a6 Parent: 9fe51abf7a1c787f918f66fa3cef9cd0cedb3791 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 14:12:41 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:27:56 2009 +0100 lockdep: simplify mark_held_locks remove the explicit state iteration Signed-off-by: Peter Zijlstra ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: generate usage strings
Gitweb: http://git.kernel.org/linus/fabe9c42c6328de314d811887b4752eb3d202291 Commit: fabe9c42c6328de314d811887b4752eb3d202291 Parent: d7b1b02134272840f4b655136e00c461e1cf1d53 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 14:51:01 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:28:02 2009 +0100 lockdep: generate usage strings generate the usage strings XXX capital invasion :-( ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: move state bit definitions around
Gitweb: http://git.kernel.org/linus/9851673bc32bc9fcafbbaeffc858ead434bd6d58 Commit: 9851673bc32bc9fcafbbaeffc858ead434bd6d58 Parent: 5346417e17daf5a7712e4cf030b45414e46607cf Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 14:18:40 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:27:59 2009 +0100 lockdep: move state bit definitions around For convenience later. Signed-off-by: Peter Zijlstra ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: sanitize bit names
Gitweb: http://git.kernel.org/linus/4fc95e867f1e75351b89db3c68212dfcce7ea563 Commit: 4fc95e867f1e75351b89db3c68212dfcce7ea563 Parent: cf40bd16fdad42c053040bcd3988f5fdedbb6c57 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 13:10:52 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:27:51 2009 +0100 lockdep: sanitize bit names s/\(LOCKF\?_ENABLED_[^ ]*\)S\(_READ\)\?\>/\1\2/g So that the USED_IN and ENABLED ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
mutex: implement adaptive spinning
Gitweb: http://git.kernel.org/linus/0d66bf6d3514b35eb6897629059443132992dbd7 Commit: 0d66bf6d3514b35eb6897629059443132992dbd7 Parent: 41719b03091911028116155deddc5eedf8c45e37 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Mon Jan 12 14:01:47 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Wed Jan 14 18:09:02 2009 +0100 mutex: implement adaptive spinning Change mutex contention behaviour such that it will sometimes busy wait on ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: lockdep_states.h
Gitweb: http://git.kernel.org/linus/9fe51abf7a1c787f918f66fa3cef9cd0cedb3791 Commit: 9fe51abf7a1c787f918f66fa3cef9cd0cedb3791 Parent: a652d7081bc96b3094e85ca30e47f50185d2f717 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Thu Jan 22 14:09:46 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:27:54 2009 +0100 lockdep: lockdep_states.h Introduce a header file to generate all the states from. Signed-off-by: Peter ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
lockdep: annotate reclaim context (__GFP_NOFS)
Gitweb: http://git.kernel.org/linus/cf40bd16fdad42c053040bcd3988f5fdedbb6c57 Commit: cf40bd16fdad42c053040bcd3988f5fdedbb6c57 Parent: 6f2b9b9a9d750a9175dc79c74bfed5add840983c Author: Nick Piggin <npiggin@suse.de> AuthorDate: Wed Jan 21 08:12:39 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Sat Feb 14 23:27:49 2009 +0100 lockdep: annotate reclaim context (__GFP_NOFS) Here is another version, with the incremental patch rolled up, and added ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
proc 2/2: remove struct proc_dir_entry::owner
Gitweb: http://git.kernel.org/linus/99b76233803beab302123d243eea9e41149804f3 Commit: 99b76233803beab302123d243eea9e41149804f3 Parent: 3dec7f59c370c7b58184d63293c3dc984d475840 Author: Alexey Dobriyan <adobriyan@gmail.com> AuthorDate: Wed Mar 25 22:48:06 2009 +0300 Committer: Alexey Dobriyan <adobriyan@gmail.com> CommitDate: Tue Mar 31 01:14:44 2009 +0400 proc 2/2: remove struct proc_dir_entry::owner Setting ->owner as done currently (pde->owner = THIS_MODULE) is ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
mutex: adaptive spinnning, performance tweaks
Gitweb: http://git.kernel.org/linus/ac6e60ee405aa3bf718f7fe4cb01b7ee0b8877ec Commit: ac6e60ee405aa3bf718f7fe4cb01b7ee0b8877ec Parent: 0d66bf6d3514b35eb6897629059443132992dbd7 Author: Chris Mason <chris.mason@oracle.com> AuthorDate: Wed Jan 14 17:29:31 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Wed Jan 14 19:03:54 2009 +0100 mutex: adaptive spinnning, performance tweaks Spin more agressively. This is less fair but also markedly faster. ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
Btrfs: stop spinning on mutex_trylock and let the adapti ...
Gitweb: http://git.kernel.org/linus/cf47b8f3d96b0b8b10b557444a28b3ca4024ff82 Commit: cf47b8f3d96b0b8b10b557444a28b3ca4024ff82 Parent: ac6e60ee405aa3bf718f7fe4cb01b7ee0b8877ec Author: Chris Mason <chris.mason@oracle.com> AuthorDate: Wed Jan 14 13:40:46 2009 -0500 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Thu Jan 15 10:53:00 2009 +0100 Btrfs: stop spinning on mutex_trylock and let the adaptive code spin for us Mutexes now spin internally and the btrfs spin ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
mutex: small cleanup
Gitweb: http://git.kernel.org/linus/93d81d1aca26e64a75d06a85f7e128b5f49053e7 Commit: 93d81d1aca26e64a75d06a85f7e128b5f49053e7 Parent: a6525042bfdfcab128bd91fad264de10fd24a55e Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Wed Jan 14 15:32:51 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Wed Jan 14 18:08:58 2009 +0100 mutex: small cleanup Remove a local variable by combining an assingment and test in one. Signed-off-by: ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
mutex: preemption fixes
Gitweb: http://git.kernel.org/linus/41719b03091911028116155deddc5eedf8c45e37 Commit: 41719b03091911028116155deddc5eedf8c45e37 Parent: 93d81d1aca26e64a75d06a85f7e128b5f49053e7 Author: Peter Zijlstra <a.p.zijlstra@chello.nl> AuthorDate: Wed Jan 14 15:36:26 2009 +0100 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Wed Jan 14 18:09:00 2009 +0100 mutex: preemption fixes The problem is that dropping the spinlock right before schedule is a voluntary preemption ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
Revert "proc: revert /proc/uptime to ->read_proc hook"
Gitweb: http://git.kernel.org/linus/a9caa3de249a6c43bc9c6aec87881f09276677e3 Commit: a9caa3de249a6c43bc9c6aec87881f09276677e3 Parent: 99b76233803beab302123d243eea9e41149804f3 Author: Alexey Dobriyan <adobriyan@gmail.com> AuthorDate: Fri Feb 20 17:07:22 2009 +0300 Committer: Alexey Dobriyan <adobriyan@gmail.com> CommitDate: Tue Mar 31 01:14:58 2009 +0400 Revert "proc: revert /proc/uptime to ->read_proc hook" This reverts commit ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
proc 1/2: do PDE usecounting even for ->read_proc, ->wri ...
Gitweb: http://git.kernel.org/linus/3dec7f59c370c7b58184d63293c3dc984d475840 Commit: 3dec7f59c370c7b58184d63293c3dc984d475840 Parent: 09729a9919fdaf137995b0f19cbd401e22229cac Author: Alexey Dobriyan <adobriyan@gmail.com> AuthorDate: Fri Feb 20 17:04:33 2009 +0300 Committer: Alexey Dobriyan <adobriyan@gmail.com> CommitDate: Tue Mar 31 01:14:27 2009 +0400 proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc struct proc_dir_entry::owner is going to be ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
proc: move fs/proc/inode-alloc.txt comment into a source file
Gitweb: http://git.kernel.org/linus/1681bc30f272dd2fe347b90468791b05c7044f03 Commit: 1681bc30f272dd2fe347b90468791b05c7044f03 Parent: e1c502482853f84606928f5a2f2eb6da1993cda1 Author: Randy Dunlap <randy.dunlap@oracle.com> AuthorDate: Tue Jan 13 13:53:48 2009 +0300 Committer: Alexey Dobriyan <adobriyan@gmail.com> CommitDate: Tue Mar 31 01:13:12 2009 +0400 proc: move fs/proc/inode-alloc.txt comment into a source file so that people will realize that it exists and ...
Mar 30, 5:59 pm 2009
Linux Kernel Mailing ...
proc: fix sparse warnings in pagemap_read()
Gitweb: http://git.kernel.org/linus/09729a9919fdaf137995b0f19cbd401e22229cac Commit: 09729a9919fdaf137995b0f19cbd401e22229cac Parent: 1681bc30f272dd2fe347b90468791b05c7044f03 Author: Milind Arun Choudhary <milindchoudhary@gmail.com> AuthorDate: Fri Feb 20 16:56:45 2009 +0300 Committer: Alexey Dobriyan <adobriyan@gmail.com> CommitDate: Tue Mar 31 01:14:22 2009 +0400 proc: fix sparse warnings in pagemap_read() fs/proc/task_mmu.c:696:12: warning: cast removes ...
Mar 30, 5:59 pm 2009
previous daytodaynext day
March 30, 2009March 31, 2009April 1, 2009