All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-11-13 22:24:23 to 2009-11-14 00:10:24 UTC [more...]

[PATCH 3/3] vgacon: Add support for setting the default cursor state
 2009-11-14  0:10 UTC  (2+ messages)
` [tip:x86/setup] "

[PATCH v2] vc: Add support for hiding the cursor when creating VTs
 2009-11-14  0:09 UTC  (2+ messages)
` [tip:x86/setup] "

[PATCH 1/3] setup: Store the boot cursor state
 2009-11-14  0:09 UTC  (5+ messages)
` [PATCH 2/3] vc: Add support for hiding the cursor when creating VTs
` [tip:x86/setup] x86, setup: Store the boot cursor state

[PATCH] Allow memory hotplug and hibernation in the same kernel
 2009-11-14  0:08 UTC  (5+ messages)

GNU patch: new 2.6 release
 2009-11-14  0:09 UTC 

[PATCH -tip 1/3] Pass mm->flags to binfmt core_dump for bitflag consistency
 2009-11-14  0:06 UTC  (14+ messages)
` [PATCH -tip 2/3] Add coredump tracepoint
` [PATCH -tip 3/3] Add get_signal tracepoint

[net-next-2.6 PATCH] net: fast consecutive name allocation
 2009-11-14  0:04 UTC  (12+ messages)

[PATCH] libata: remove experimental tag on PATA drivers
 2009-11-14  0:03 UTC  (13+ messages)

Unable to buid mac80211 with pid and minstrel
 2009-11-13 23:56 UTC 

[RFC/PATCH 0/3] gitweb: Refactor common parts of log-like views
 2009-11-13 23:59 UTC  (4+ messages)
` [PATCH 1/3] gitweb: Refactor 'log' action generation, adding git_log_body()

[PATCH] ar9170: do not discard valuable DUPOFDM frames
 2009-11-13 23:57 UTC 

Re: APIC rework
 2009-11-13 23:57 UTC  (2+ messages)

[ANNOUNCE] mdadm-3.1 has been withdrawn
 2009-11-13 23:54 UTC  (4+ messages)

[Ocfs2-devel] [PATCH 1/1] ocfs2: Trivial cleanup of jbd compatibility layer removal
 2009-11-13 23:54 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 1/1] ocfs2: Refresh documentation
 2009-11-13 23:54 UTC  (2+ messages)

+ mm-memory_hotplug-make-offline_pages-static.patch added to -mm tree
 2009-11-13 23:53 UTC 

[PATCH] Update Samsung S5PC100 SoC support
 2009-11-13 23:53 UTC  (39+ messages)
` [PATCH 01/18] ARM: MM: use 64bytes of L1 cache on plat S5PC1xx
  ` [PATCH 02/18] ARM: S5PC1XX: registers rename
    ` [PATCH 03/18] ARM: S5PC1XX: clock "
      ` [PATCH 04/18] ARM: S5PC1XX: clocks reimplementation
        ` [PATCH 05/18] ARM: S5PC1XX: add GPIO L banks to register definition
          ` [PATCH 06/18] ARM: S5PC1XX: GPIO registers rename
            ` [PATCH 07/18] ARM: S5PC1xx: add gpiolib and external/gpio interrupt support
              ` [PATCH 08/18] ARM: S5PC1XX: add cpu idle and system reset support
                ` [PATCH 09/18] ARM: S3C: Prepare s3c64xx-specific s3c-fb register definition for reuse
                  ` [PATCH 10/18] ARM: S5PC1xx: add platform helpers for s3c-fb device
                    ` [PATCH 11/18] SMDKC100: enable S3C FrameBuffer
                      ` [PATCH 12/18] drivers: fb: enable S3C FrameBuffer on S5PC1XX platform
                        ` [PATCH 13/18] ARM: S5PC1xx: add platform helpers for i2c adapter devices
                          ` [PATCH 14/18] SMDKC100: add I2C0 and I2C1 buses support
                            ` [PATCH 15/18] drivers: i2c: s3c2410-i2c also on S5PC1XX platform
                              ` [PATCH 16/18] ARM: S5PC1xx: add platform helpers for SDHCI host controllers
                                ` [PATCH 17/18] SMDKC100: add SDHCI controllers 0, 1 and 2 support
                                  ` [PATCH 18/18] drivers: MMC: enable SDHCI-S3C on S5PC1XX platform

[Qemu-devel] [PATCH] mips: fix CPU reset
 2009-11-13 23:53 UTC  (2+ messages)

Dirent blocks leaking into data file blocks
 2009-11-13 23:46 UTC 

+ mm-allow-memory-hotplug-and-hibernation-in-the-same-kernel.patch added to -mm tree
 2009-11-13 23:51 UTC 

[PATCH net-next-2.6] bonding: fix 802.3ad standards compliance error
 2009-11-13 23:47 UTC  (3+ messages)

+ vmscan-stop-kswapd-waiting-on-congestion-when-the-min-watermark-is-not-being-met-v2.patch added to -mm tree
 2009-11-13 23:43 UTC 

[PATCH 0/7][RFC] make xenguest save & restore functions reentrant
 2009-11-13 23:43 UTC  (8+ messages)
` [PATCH 1/7] add explicit parameter to macros instead of assuming symbol name available on the stack or as a global variable
` [PATCH 2/7] p2m_size is unnecessarily passed as a parameter when it's available "
` [PATCH 3/7] move global variables in suspend into a global context
` [PATCH 4/7] move the suspend_ctx on the save stack instead of a global one
` [PATCH 5/7] alias i/FPP(guest_width) as p2m_index and replace every usage
` [PATCH 6/7] move restore global variables into a global context
` [PATCH 7/7] pass restore context as an argument instead of "

[PATCH v4 2/2] bsearch: prevent overflow when computing middle comparison element
 2009-11-13 23:42 UTC  (3+ messages)

[PATCH] ifb: add multi-queue support
 2009-11-13 23:42 UTC  (9+ messages)

tabled version 0.4 released
 2009-11-13 23:41 UTC 

[withdrawn] vmscan-take-order-into-consideration-when-deciding-if-kswapd-is-in-trouble.patch removed from -mm tree
 2009-11-13 23:38 UTC 

chunkd version 0.5 released
 2009-11-13 23:38 UTC 

d451564 breakage
 2009-11-13 23:37 UTC  (7+ messages)

+ workqueue-fix-race-condition-in-schedule_on_each_cpu.patch added to -mm tree
 2009-11-13 23:37 UTC 

[PATCH] drivers/thermal/thermal_sys.c: fix strncmp tests
 2009-11-13 23:37 UTC  (3+ messages)

Problems with p55-express and sleeping usb-hds
 2009-11-13 23:35 UTC  (4+ messages)

[PATCH] hpfs: Use hweight32
 2009-11-13 23:32 UTC  (2+ messages)

+ hpfs-use-hweight32.patch added to -mm tree
 2009-11-13 23:32 UTC 

+ qnx4-use-hweight8.patch added to -mm tree
 2009-11-13 23:31 UTC 

[RFC] x86: cleanup of NX enabling
 2009-11-13 23:28 UTC  (6+ messages)
` [PATCH 1/5] x86-32: use symbolic constants, safer CPUID when enabling EFER.NX
` [PATCH 2/5] x86, sleep: always save the value of EFER
` [PATCH 3/5] x86, pageattr: make set_memory_(x|nx) aware of NX support
` [PATCH 4/5] x86, mm: clean up and simplify NX enablement
` [PATCH 5/5] x86, mm: report state of NX protections during boot

[ANNOUNCE] ipset 4.0 released
 2009-11-13 23:29 UTC  (2+ messages)

[PATCH 2.6.32] ftrace: fix event format export
 2009-11-13 23:28 UTC  (3+ messages)

gPXE and GRUB2
 2009-11-13 23:28 UTC 

Mount -o sync regression in 2.6.31
 2009-11-13 23:28 UTC  (5+ messages)

[RFC] wireless: add BlockAck frame structure
 2009-11-13 23:27 UTC  (2+ messages)

drivers/rtc/rtc-pl031.c uses __raw_readl()?
 2009-11-13 23:26 UTC  (3+ messages)

Simple Raid-1 setup question
 2009-11-13 23:26 UTC  (3+ messages)

[PATCH 0/3] macvlan: support for guest vm direct rx/tx
 2009-11-13 23:05 UTC  (3+ messages)
` [Bridge] "

+ mm-memory_hotplug-fix-section-mismatch.patch added to -mm tree
 2009-11-13 23:25 UTC 

still missing audio device in bttv?
 2009-11-13 23:23 UTC 

[PATCH] SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()
 2009-11-13 23:23 UTC  (2+ messages)

[U-Boot] SDCARD Support - MPC8315e
 2009-11-13 23:22 UTC  (4+ messages)

+ ksm-stable_node-point-to-page-and-back.patch added to -mm tree
 2009-11-13 23:21 UTC 

+ ksm-separate-stable_node.patch added to -mm tree
 2009-11-13 23:21 UTC 

+ ksm-singly-linked-rmap_list.patch added to -mm tree
 2009-11-13 23:21 UTC 

+ ksm-cleanup-some-function-arguments.patch added to -mm tree
 2009-11-13 23:21 UTC 

+ ksm-three-remove_rmap_item_from_tree-cleanups.patch added to -mm tree
 2009-11-13 23:21 UTC 

+ ksm-remove-redundancies-when-merging-page.patch added to -mm tree
 2009-11-13 23:21 UTC 

[PATCH] [ARM] Kirkwood: Prevent kernel from crashing if PCIe bridge is present
 2009-11-13 23:19 UTC  (4+ messages)

+ maintainers-rfkill-fix-pattern-entry-missing-colon.patch added to -mm tree
 2009-11-13 23:15 UTC 

Add branch management for releases to gitworkflows
 2009-11-13 23:10 UTC  (5+ messages)
` [PATCHv3] "

ARM: big performance waste in memcpy_{from,to}io
 2009-11-13 23:14 UTC  (2+ messages)

[PATCH] fix granularity of task_u/stime(), v2
 2009-11-13 23:09 UTC  (3+ messages)
` [tip:sched/core] sched: Fix granularity of task_u/stime()

[PATCH 3/4] security/selinux: decrement sizeof size in strncmp
 2009-11-13 23:08 UTC  (12+ messages)

[U-Boot] [PATCH v2] makefiles: fixes for building build tools
 2009-11-13 23:07 UTC  (4+ messages)

[U-Boot] Pull request: nand flash next
 2009-11-13 23:05 UTC 

[PATCH 1/2] Avoid memcpy overruns in fill|load_sigset()
 2009-11-13 23:05 UTC  (2+ messages)
  ` [PATCH 2/2] [RFC] checkpoint/restart signalfd

[PATCH 14/20] tg3: rename rx_[std|jmb]_ptr
 2009-11-13 23:03 UTC 

[PATCH 16/20] tg3: Lay proucer ring handling groundwork
 2009-11-13 23:03 UTC 

[PATCH 19/20] tg3: Fix DIDs, Enable 5717 support
 2009-11-13 23:03 UTC 

[PATCH 20/20] tg3: Update version to 3.104
 2009-11-13 23:03 UTC 

[PATCH 10/20] tg3: Move napi_add calls below tg3_get_invariants
 2009-11-13 23:03 UTC 

[PATCH 12/20] tg3: Add prodring parameter to tg3_alloc_rx_skb()
 2009-11-13 23:03 UTC 

[PATCH 13/20] tg3: tg3_alloc_rx_skb(tnapi => tp)
 2009-11-13 23:03 UTC 

[PATCH 06/20] tg3: Add new HW_TSO_3 flag for 5717
 2009-11-13 23:03 UTC 

[PATCH 09/20] tg3: Create tg3_poll_msix() for non-zero MSIX vecs
 2009-11-13 23:03 UTC 

[PATCH 11/20] tg3: Make tg3_alloc_rx_skb() a dst-only operation
 2009-11-13 23:03 UTC 

[PATCH 15/20] tg3: Consider rx_std_prod_idx a hw mailbox
 2009-11-13 23:03 UTC 

[PATCH 17/20] tg3: Create aliases for rx producer mailbox regs
 2009-11-13 23:03 UTC 

[PATCH 18/20] tg3: Add rx prod ring consolidation
 2009-11-13 23:03 UTC 

[PATCH 02/20] tg3: Don't touch RCB nic addresses
 2009-11-13 23:03 UTC 

[PATCH 05/20] tg3: Refine TSO and MSI discovery
 2009-11-13 23:03 UTC 

[PATCH 00/20] tg3: 5717 updates
 2009-11-13 23:03 UTC 

[PATCH 01/20] tg3: Add 5717 phy ID
 2009-11-13 23:03 UTC 

[PATCH 03/20] tg3: Napify tg3_start_xmit_dma_bug()
 2009-11-13 23:03 UTC 

[PATCH 04/20] tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3
 2009-11-13 23:03 UTC 

[PATCH 07/20] tg3: Use tg3_start_xmit_dma_bug for 5717 A0
 2009-11-13 23:03 UTC 

[PATCH 08/20] tg3: Allow DMAs to cross cacheline boundaries
 2009-11-13 23:03 UTC 

Prebuilt toolchains
 2009-11-13 23:00 UTC  (9+ messages)

[Qemu-devel] [PATCH] pci: Fix function pci_default_write_config
 2009-11-13 22:58 UTC  (2+ messages)

[patch 0/3] Copyright fixes for Simtec written files
 2009-11-13 22:54 UTC  (8+ messages)
` [patch 1/3] ARM: S3C: Fix Simtec copyright statements in Documentation/S3C24XX
` [patch 2/3] ARM: S3C: Update Simtec copyright statements from , to -
` [patch 3/3] ARM: S3C: Update Simtec copyright statements from , to - [2]

[PATCH 1/8] SGI x86_64 UV: Add limit console output function
 2009-11-13 22:52 UTC  (12+ messages)
        ` [PATCH] x86_64: Limit the number of processor bootup messages
                    ` [PATCH] x86: Remove CPU cache size output for non-Intel too

+ maintainers-kmemcheck-add-file-patterns-use-m-for-pekkas-name-and-address.patch added to -mm tree
 2009-11-13 22:53 UTC 

+ misdn-fix-error-return-in-hfcmulti_init.patch added to -mm tree
 2009-11-13 22:51 UTC 

[PATCH] drm/radeon/kms: Fix oops when set_base is call with no FB
 2009-11-13 22:50 UTC  (4+ messages)

+ zlib-optimize-inffast-when-copying-direct-from-output-checkpatch-fixes.patch added to -mm tree
 2009-11-13 22:48 UTC 

+ zlib-optimize-inffast-when-copying-direct-from-output.patch added to -mm tree
 2009-11-13 22:47 UTC 

IDE/RAID/AHCI setting in BIOS influcencing mdraid?
 2009-11-13 22:46 UTC  (4+ messages)

[to-be-updated] zlib-optimize-inffast-when-copying-direct-from-output.patch removed from -mm tree
 2009-11-13 22:45 UTC 

[to-be-updated] zlib-optimize-inffast-even-more.patch removed from -mm tree
 2009-11-13 22:45 UTC 

Bug in read_handler_list (autoloading) ???
 2009-11-13 22:43 UTC  (4+ messages)
  ` [PATCH] "

build breakage: python-native-2.6.1
 2009-11-13 22:41 UTC  (8+ messages)

[PATCH] Restore gso_type fields on sockets and buffers
 2009-11-13 22:40 UTC 

[U-Boot] Help command broken on AT91SAM9G10-EK
 2009-11-13 22:37 UTC  (8+ messages)

Documentation - How do I add v4l2 documentation under media-specs ?
 2009-11-13 22:36 UTC 

+ aio-remove-unused-field.patch added to -mm tree
 2009-11-13 22:35 UTC 

compat-wireless and minstrel
 2009-11-13 22:35 UTC  (8+ messages)

[PATCH]aio: remove unused field
 2009-11-13 22:34 UTC  (2+ messages)

Attention Email Account holder
 2009-11-13 22:33 UTC 

[Qemu-devel] [PATCH] malta: Load kernel only during initialization
 2009-11-13 22:30 UTC 

[net-next-2.6 PATCH] allow access to sysfs_groups member
 2009-11-13 22:27 UTC  (2+ messages)

+ parport_pcc-use-correct-length-in-strncmp.patch added to -mm tree
 2009-11-13 22:27 UTC 

[PATCH 00/10] netdev: get rid of read_lock(&dev_base_lock) usages
 2009-11-13 22:24 UTC  (7+ messages)
` [PATCH 04/10] AOE: use rcu to find network device


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.