Oops on 2.6.24.2 "rmmod fan" && "rmmod 8250_pnp"

2008-02-14 Thread linux-kernel
velopers are like artists; they produce their best work if they have the freedom to do so" - Werner Vogels, CTO Amazon.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel

newbie, 2.4.0-test11-pre4 no compile when CONFIG_AGP=y

2000-11-14 Thread linux-kernel
eferences to similar problems in prior test builds, but I thought this was already patched? There linux-kernel mailing list archives had a lengthy discussion about other .config setting dependencies, but I couldn't find the "final word" on this issue. I have documented the EXACT proce

Given an image, how can show its config?

2000-09-20 Thread linux-kernel
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

about linux-2.4.0-test13pre3

2000-12-18 Thread linux-kernel
Hi, Where can I get the linux-2.4.0-test13pre3 -- Best regards, linux-kernel mailto:[EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

build error

2007-10-02 Thread linux-kernel
I have already read the diff from -rc8 and found nothing that helped me. Any ideas? Further questions? Wilfried # # Automatically generated make config: don't edit # Linux kernel version: 2.6.23-rc9 # Tue Oct 2 19:34:58 2007 # CONFIG_X86_32=y CONFIG_GENERIC_TIME=y CON

[patch 02/19] free swap space on swap-in/activation

2008-01-02 Thread linux-kernel
gevec_swap_free(struct pagevec *pvec); unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, pgoff_t start, unsigned nr_pages); unsigned pagevec_lookup_tag(struct pagevec *pvec, -- All Rights Reversed -- To unsubscribe from this list: send the line "unsub

[patch 01/19] move isolate_lru_page() to vmscan.c

2008-01-02 Thread linux-kernel
F_MOVE_ALL) || page_mapcount(page) == 1) { + if (!isolate_lru_page(page)) { + get_page(page); + list_add_tail(&page->lru, pagelist); + } + } } static struct page *new_node_page(struct page *page, unsigne

[patch 03/19] define page_file_cache() function

2008-01-02 Thread linux-kernel
ruct page *pa 1 << PG_swapcache | 1 << PG_writeback | 1 << PG_reserved | + 1 << PG_swapbacked | 1 << PG_buddy bad_page(page); --

[patch 04/19] debugging checks for page_file_cache()

2008-01-02 Thread linux-kernel
hmem_aops = { .writepage = shmem_writepage, .set_page_dirty = __set_page_dirty_no_writeback, #ifdef CONFIG_TMPFS -- All Rights Reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[patch 05/19] Use an indexed array for LRU variables

2008-01-02 Thread linux-kernel
+= shrink_inactive_list(nr_to_scan, zone, sc); - if (ret >= nr_pages) - return ret; - } } return ret; Index: linux-2.6.24-rc6-mm1/mm/vmstat.c ======= --- linux-2.

[patch 09/19] add newly swapped in pages to the inactive list

2008-01-02 Thread linux-kernel
s list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[patch 08/19] SEQ replacement for anonymous pages

2008-01-02 Thread linux-kernel
rt_pfn); + zone->zone_start_pfn, + zone->inactive_ratio); seq_putc(m, '\n'); } -- All Rights Reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[patch 07/19] split anon & file LRUs for memcontrol code

2008-01-02 Thread linux-kernel
* This reclaim occurs not because zone memory shortage but -* because memory controller hits its limit. -* Then, don't modify zone reclaim related data. -*/ - nr[LRU_ACTIVE] = mem_cgroup_calc_reclaim_active(sc->m

[patch 12/19] scan noreclaim list for reclaimable pages

2008-01-02 Thread linux-kernel
truct node *node) sysdev_remove_file(&node->sysdev, &attr_numastat); sysdev_remove_file(&node->sysdev, &attr_distance); + scan_noreclaim_unregister_node(node); + sysdev_unregister(&node->sysdev); } -- All Rights Reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[patch 10/19] No Reclaim LRU Infrastructure

2008-01-02 Thread linux-kernel
e(page)) + if (PageActive(page) || PageNoreclaim(page)) md->active++; if (PageWriteback(page)) Index: linux-2.6.24-rc6-mm1/mm/memcontrol.c ======= --- linux-2.6.24-rc6-mm1.orig/mm/memcontrol.c 2008-01-02 16:00:39.0 -0500 +

[patch 11/19] Non-reclaimable page statistics

2008-01-02 Thread linux-kernel
GHMEM "HighTotal: %8lu kB\n" "HighFree: %8lu kB\n" @@ -194,6 +197,9 @@ static int meminfo_read_proc(char *page, K(global_page_state(NR_INACTIVE_ANON)), K(global_page_state(NR_ACTIVE_FILE)),

[patch 00/19] VM pageout scalability improvements

2008-01-02 Thread linux-kernel
with split file/anon lists. The exception is "Scan noreclaim list for reclaimable pages", which should not be needed but could be a useful debugging tool. -- All Rights Reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

[patch 14/19] SHM_LOCKED pages are nonreclaimable

2008-01-02 Thread linux-kernel
2,9 @@ static inline int page_reclaimable(struc } static inline void scan_zone_noreclaim_pages(struct zone *z) { } static inline void scan_all_zones_noreclaim_pages(void) { } +static inline void scan_mapping_noreclaim_pages(struct address_space *mapping) +{ +} static inline int scan_noreclaim_register_node(struct node *node) { return 0; -- All Rights Reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[patch 13/19] ramfs pages are non-reclaimable

2008-01-02 Thread linux-kernel
ing; + + mapping_set_noreclaim(mapping); + return 0; +} + static struct block_device_operations brd_fops = { .owner =THIS_MODULE, + .open =brd_open, .ioctl =brd_ioctl, #ifdef CONFIG_BLK_DEV_XIP .direct_access = b

[patch 18/19] account mlocked pages

2008-01-02 Thread linux-kernel
02 16:01:21.0 -0500 +++ linux-2.6.24-rc6-mm1/mm/vmstat.c2008-01-02 17:09:20.0 -0500 @@ -693,6 +693,9 @@ static const char * const vmstat_text[] #ifdef CONFIG_NORECLAIM "nr_noreclaim", #endif +#ifdef CONFIG_NORECLAIM_MLOCK + "nr_mlock", +#en

[patch 17/19] handle mlocked pages during map/unmap and truncate

2008-01-02 Thread linux-kernel
ge) && !try_to_release_page(page, 0)) return 0; + clear_page_mlock(page); ret = remove_mapping(mapping, page); return ret; @@ -354,6 +357,7 @@ invalidate_complete_page2(struct address if (PageDirty(page)) goto failed; + clear_p

[patch 16/19] mlock vma pages under mmap_sem held for read

2008-01-02 Thread linux-kernel
return 0; } +static inline int munlock_vma_pages_range(struct vm_area_struct *vma, + unsigned long start, unsigned long end) { return 0; } #endif /* CONFIG_NORECLAIM_MLOCK */ -- All Rights Reversed -- To unsubscribe from this list: send the line "unsubscribe linux

[patch 15/19] non-reclaimable mlocked pages

2008-01-02 Thread linux-kernel
;< PG_mlocked | 1 << PG_buddy bad_page(page); @@ -656,7 +662,9 @@ static int prep_new_page(struct page *pa page->flags &= ~(1 << PG_uptodate | 1 << PG_error | 1 << PG_readahead | 1 <&l

[patch 19/19] cull non-reclaimable anon pages from the LRU at fault time

2008-01-02 Thread linux-kernel
lru_cache_add_noreclaim(new_page); + else + lru_cache_add_anon(new_page); swap_readpage(NULL, new_page); return new_page; } -- All Rights Reversed -- To unsubscribe from this list: send

"Unable to handle kernel NULL pointer dereference" in 2.6.18.2 (2.6.18-1.2239.fc5)

2006-11-17 Thread linux-kernel
enfs_contexts SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts audit(1163769770.723:3): policy loaded auid=4294967295 SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts -- "Developers are like artists; they produce their best work if they have the freedom t

Re: VIA C7 / VIA PC-1 (PC2500) anyone?

2007-06-12 Thread Linux-kernel
like a wrong choice of gcc switches to user-mode programs. What distribution are you using? try compiling failing programs from source with conservative command line switches to gcc. See if things change. Boaz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Hacking Alert! You account was hacked (your password:qwerty)

2018-11-11 Thread linux-kernel
Dear user of vger.kernel.org! I am a spyware software developer. Your account has been hacked by me in the summer of 2018. I understand that it is hard to believe, but here is my evidence: - I sent you this email from your account. - Password from account linux-kernel@vger.kernel.org: qwerty (on

Change your password qwerty immediately. Your account has been hacked.

2018-10-31 Thread linux-kernel
I greet you! I have bad news for you. 06/28/2018 - on this day I hacked your operating system and got full access to your account linux-kernel@vger.kernel.org On that day your account (linux-kernel@vger.kernel.org) password was: qwerty It is useless to change the password, my malware intercepts

Delete Message After Reading!

2018-10-05 Thread linux-kernel
Hello! I'm a member of an international hacker group. As you could probably have guessed, your account linux-kernel@vger.kernel.org was hacked, because I sent message you from it. Now I have access to you accounts! For example, your password for linux-kernel@vger.kernel.org is qwerty Wit

Your Account Was Hacked!

2018-10-07 Thread linux-kernel
Hi, dear user of vger.kernel.org We have installed one RAT software into you device. For this moment your email account is hacked (see on "from address", I messaged you from your account). Your password for linux-kernel@vger.kernel.org: qwerty I have downloaded all confidential inform

linux-kernel@vger.kernel.org has password qwerty. Password must be changed

2018-10-27 Thread linux-kernel
Hello! I'm a programmer who cracked your email account and device about half year ago. You entered a password on one of the insecure site you visited, and I catched it. Your password from linux-kernel@vger.kernel.org on moment of crack: qwerty Of course you can will change your passwor

Zdravstvujte Vas interesuet parsing kontaktov?

2019-03-01 Thread linux-kernel
Zdravstvujte Vas interesuet parsing kontaktov?

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-04-25 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-04-25 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

Zdravstvujte Vas interesuyut klientskie bazy dannyh?

2019-03-12 Thread linux-kernel
Zdravstvujte Vas interesuyut klientskie bazy dannyh?

Zdravstvujte Vas interesuyut klientskie bazy dannyh?

2019-03-26 Thread linux-kernel
Zdravstvujte Vas interesuyut klientskie bazy dannyh?

Zdravstvujte Vas interesuyut bazy dannyh dlya prodazhi Vashih tovarov i uslug?

2019-02-25 Thread linux-kernel
Zdravstvujte Vas interesuyut bazy dannyh dlya prodazhi Vashih tovarov i uslug?

Клиентскиe базы Email:tsemnolutskytsemnol...@gmail.com skype: rwer.wqerq ICQ: 446444644 Собeрeм для Вac koнтakты тoльko Baших потенциальныx клиентов нecкoльko дecятkoв тысяч мeнee чeм за сутkи

2013-12-14 Thread linux-kernel
Клиентскиe базы Email:tsemnolutskytsemnol...@gmail.com skype: rwer.wqerq ICQ: 446444644 Собeрeм для Вac koнтakты тoльko Baших потенциальныx клиентов нecкoльko дecятkoв тысяч мeнee чeм за сутkи -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Клиентские базы Тел +79133913837 Email: nonen2...@gmail.com Узнайте подробнее!!!

2015-08-14 Thread linux-kernel
the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Klientskie Bazy http://prodawez.tilda.ws/page7270311.html

2019-09-11 Thread linux-kernel
Klientskie Bazy http://prodawez.tilda.ws/page7270311.html

Klientskie Bazy http://prodawez.tilda.ws/page7270311.html

2019-09-11 Thread linux-kernel
Klientskie Bazy http://prodawez.tilda.ws/page7270311.html

[no subject]

2019-09-25 Thread linux-kernel
Здравствуйте! Вас интересуют клиентские базы данных?

[no subject]

2019-10-13 Thread linux-kernel
Здравствуйте! Вас интересуют клиентские базы данных?

[no subject]

2019-10-14 Thread linux-kernel
Здравствуйте! Вас интересуют клиентские базы данных?

Zdravstvujte vas interesuyut klientskie bazy dannyh?

2019-02-19 Thread linux-kernel
Zdravstvujte vas interesuyut klientskie bazy dannyh?

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-04-29 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

Здравствуйте! Вас интересуют клиентские базы данных?

2019-07-11 Thread linux-kernel
Здравствуйте! Вас интересуют клиентские базы данных?

Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

2019-07-31 Thread linux-kernel
Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

2019-07-25 Thread linux-kernel
Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

2019-07-25 Thread linux-kernel
Zdravstvujte! Vas interesuyut klientskie bazy dannyh?

Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

2019-06-26 Thread linux-kernel
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-06-10 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

2019-07-04 Thread linux-kernel
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-06-07 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-06-08 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

2019-06-28 Thread linux-kernel
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

2019-06-29 Thread linux-kernel
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

2019-06-30 Thread linux-kernel
Клиентские базы! Email: proda...@armyspy.com Узнайте подробнее!

Klientskie bazy. Email: proda...@armyspy.com Uznajte podrobnee!

2019-07-04 Thread linux-kernel
Klientskie bazy. Email: proda...@armyspy.com Uznajte podrobnee!

Klientskie bazy. Email: proda...@armyspy.com Uznajte podrobnee!

2019-07-04 Thread linux-kernel
Klientskie bazy. Email: proda...@armyspy.com Uznajte podrobnee!

Здравствуйте! Вас интересуют клиентские базы данных?

2019-07-08 Thread linux-kernel
Здравствуйте! Вас интересуют клиентские базы данных?

VAS INTERESUYUT BAZY DANNYKH? - YOU ARE INTERESTED IN DATABASES?

2019-02-23 Thread linux-kernel
VAS INTERESUYUT BAZY DANNYKH? - YOU ARE INTERESTED IN DATABASES?

Your Secret Life

2018-09-25 Thread linux-kernel
Hello! I'm a member of an international hacker group. As you could probably have guessed, your account linux-kernel@vger.kernel.org was hacked, I sent message you from it. Now I have access to you accounts! You still do not believe it? So, this is your password: qwerty , right? Wit

Клиентские базы +79139230330 Skype: prodawez390 Email: prodawez...@gmail.com Узнайте подробнее!

2017-02-12 Thread linux-kernel
Клиентские базы +79139230330 Skype: prodawez390 Email: prodawez...@gmail.com Узнайте подробнее!

Клиентские базы +79139230330 Skype: prodawez390 Email: prodawez...@gmail.com Узнайте подробнее!

2017-02-12 Thread linux-kernel
Клиентские базы +79139230330 Skype: prodawez390 Email: prodawez...@gmail.com Узнайте подробнее!

DO NOT TAKE THIS FOR GRANTED!!!

2020-10-30 Thread linux-kernel
videos show clearly you having fun and the content for adults you were watching.. this is pretty nasty and I would be very worried if I were you. I have secured 2 videos: linux-kernel@vger.kernel.org_1557074047.mp4 (119.1 MB) linux-kernel@vger.kernel.org_1555285697.mp4 (64.5 MB) You can verify

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-06-12 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

2019-05-15 Thread linux-kernel
Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?

[no subject]

2017-09-05 Thread linux-kernel
73233.doc Description: MS-Word document

Linux "Kernel" Explorer

2013-07-20 Thread Linux &quot;Kernel" Explorer
http://openvldhamme.vldhamme.be/heah/suyiar.yiptaphgbpigczriyjy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FA

Re: gcc-2.95.2-51 is buggy

2000-11-24 Thread Linux Kernel Developer
configuration or the default optimization method(s), if I remember correctly gcc optimizes for the platform (i.e. i386, i486, i586, etc) it was configured for by default. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Phantom PS/2 mouse persists..

2000-12-03 Thread Linux Kernel Developer
t I could tell it appeared as if the BIOS had support for the PS/2 mouse port but the port pins themself had not been saudered onto the board and for some reason the board alway thaught it had a PS/2 mouse and reported as so to Windows. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [Criticism] On the discussion about C++ modules

2000-10-22 Thread Linux Kernel Developer
> regards, > > Rik > -- > "What you're running that piece of shit Gnome?!?!" >-- Miguel de Icaza, UKUUG 2000 > > http://www.conectiva.com/ http://www.surriel.com/ > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

Possible C++ safe header project - Re: [Criticism] On the discussion about C++ modules

2000-10-23 Thread Linux Kernel Developer
ith no admixtures. Just MHO, of > course. What somebody else does in the privacy of their own trees is their > bussiness, as always. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Linux C++ safe header project

2000-10-24 Thread Linux Kernel Developer
Hi all, I'm looking through the suggestions and stuff that I have gotten so far. As for the extern "C" stuff I'm torn between fixing the headers internally or making side-by-side header files for C++ users. Such as: a.h exists. So I create a a.hpp which contains somthing like the following

Need info on the use of certain datastructures and the first C++ keyword patch for 2.2.17

2000-10-30 Thread Linux Kernel Developer
hings. First thing. Some had commented on my previous post that this did not belong on the Linux kernel mailing list. I disagree with that assertion. The goal of this project is to clean up the kernel headers so as they are useable/compatible with those who wish to program their kernel modul

Recommended compiler? - Re: [patch] kernel/module.c (plus gratuitous rant)

2000-10-30 Thread Linux Kernel Developer
gt; works on any shell: > > > > make CC=egcs > > If you're going to get pedantic, that won't work either -- since the > makefiles in kernels 2.0 and 2.2 expect $(CC) to include some compiler > flags. This was fixed somewhere in 2.3.3x. > > Peter > - -

Re: Need info on the use of certain datastructures and the first C++ keyword patch for 2.2.17

2000-10-31 Thread Linux Kernel Developer
lined to think that the proper fix should be done unless something important break in which case the ugly workaround can be used in those limited cases. However my mind is open to be changed. After all the ugly workaround would actually be easier for me, one Perl script. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: Need info on the use of certain datastructures and the first C++ keyword patch for 2.2.17

2000-10-31 Thread Linux Kernel Developer
- Original Message - From: "Alan Cox" <[EMAIL PROTECTED]> To: "Linux Kernel Developer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 8:04 AM Subject: Re: Need info on the use of certain datastructures and the first C++

Question on HighPoint HPT370 support

2000-10-15 Thread Linux Kernel Developer
. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Why no HPT370 RAID Support?

2000-10-16 Thread Linux Kernel Developer
Linux? Thanks for your help. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

2.6.11-mm3, mm4, usb, suspend 2 ram

2005-03-19 Thread linux-kernel-owner
Christmas's decoration you notice on the ceiling while lying on the sofa on an August afternoon. --- Douglas Adams, The Meaning of Liff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Followup to previous post: Atlon/VIA Instabilities

2001-05-02 Thread Linux Kernel Developer
ble BIOS update. Shuttle also seams to have gone downhill but that might have just been a one time occurrence. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordom

Клиентские базы тел +79139230330 Skype: prodawez390 Whatsapp: +79139230330 Viber: +79139230330 Telegram: +79139230330 Email: nbiruko...@gmail.com Узнайте об этом подробнее!

2016-09-19 Thread linux-kernel@vger.kernel.org
Соберем для Вас по интернет базу данных контактов потенциальных клиентов для массовой продажи Ваших товаров и услуг в городе, стране или в мире. В базе - название, телефон, факс, местоположение, mail, имена руководителей или сотрудников итд Узнайте об этом подробнее! тел +79139230330 Skype: prod

Клиентские базы bawupecoda-3...@courriel.fr.nf Skype: prodawez389 Подробности узнайте сейчас!

2016-08-08 Thread linux-kernel@vger.kernel.org
Соберем для Вас по интернет базу данных потенциальных клиентов для Вашего Бизнеса! В базе будут все контактные данные необходимые для массовой продажи Ваших товаров и услуг. По Вашему запросу пришлем пример и подробную информацию. Если интересно запросите подробности сейчас Email: bawupecoda-3.

КЛИЕНТCКИЕ БА3Ьl МАЙЛ:oqissavip-2...@speed.1s.fr CКАЙП: prodawez389 Для 6ысmpoй мАссoвoй npoдАжи ВАшиx moвАpoв и услуг! Пoдpo6нoсmи узнАйmе сейчАс!

2016-08-23 Thread linux-kernel@vger.kernel.org
Собeрeм gля Bac пo uнmернem бaзу данныx noтeнцuальныx kлиентов gля Baшегo Бизнeса! B 6азe буqyт вce koнтakmные qaнные нeо6xоgимые gля масcoвой проqажи Вaшuх mоваpов и yслyг. По Baшeму зaпроcy npишлем npuмep и noдpо6ную информацию. Если инmеpесно запpoсите подpо6нocmи ceйчас МAЙЛ: oqissavip-2...@

Klientskie bazi tel +79133913837 Email: lidiaakse...@gmail.com Клиентские базы тел +79133913837 Email: lidiaakse...@gmail.com

2015-06-06 Thread linux-kernel@vger.kernel.org
Клиентские базы тел +79133913837 Email: lidiaakse...@gmail.com Klientskie bazi tel +79133913837 Email: lidiaakse...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

Klientskie bazi tel +79133913837 Email: lidiaakse...@gmail.com Клиентские базы тел +79133913837 Email: lidiaakse...@gmail.com

2015-06-08 Thread linux-kernel@vger.kernel.org
Клиентские базы тел +79133913837 Email: lidiaakse...@gmail.com Klientskie bazi tel +79133913837 Email: lidiaakse...@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH] platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table

2021-04-12 Thread linux-kernel-dev
On Mo, 2021-04-12 at 12:43 +0300, Andy Shevchenko wrote: > > On Mon, Apr 12, 2021 at 12:29 PM Steffen Dirkwinkel > wrote: > > > > From: Steffen Dirkwinkel > > > > pmc_plt_clk* clocks are used for ethernet controllers so need to stay > > turned on. This adds the affected board family to critclk_sy

Re: [PATCH] platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table

2021-04-12 Thread linux-kernel-dev
On Mo, 2021-04-12 at 13:54 +0300, Andy Shevchenko wrote: > CAUTION: External Email!! > > > On Mon, Apr 12, 2021 at 1:39 PM linux-kernel-dev > wrote: > > On Mo, 2021-04-12 at 12:43 +0300, Andy Shevchenko wrote: > > > On Mon, Apr 12, 2021 at 12:29 PM S

Re: [PATCH] ARM: dts: imx53: fix EIM_D27/29 pad UART2 configuration

2015-12-07 Thread linux-kernel-dev
From: Patrick Brünn On Tue, Dec 1, 2015 at 20:52:25 PST, shawn...@kernel.org wrote: > On Thu, Nov 26, 2015 at 11:59:15AM +0100, linux-kernel-...@beckhoff.com wrote: >> MX53_PAD_EIM_D27__UART2_RXD_MUX and MX53_PAD_EIM_D29__UART2_RTS input_val >> must be configured as 0 instead of

[PATCH v2] clk: imx5: ipu_di_sel clocks can set parent rates

2015-12-02 Thread linux-kernel-dev
clk[IMX5_CLK_TVE_EXT_SEL] = imx_clk_mux_flags("tve_ext_sel", MXC_CCM_CSCMR1, 6, 1, mx53_tve_ext_sel, ARRAY_SIZE(mx53_tve_ext_sel), CLK_SET_RATE_PARENT); clk[IMX5_CLK_TVE_GATE] = imx_clk_gate2("tve_gate", "tve_pred", MXC_CCM_CCGR2, 30);

URGENT MAIL FOR YOU...

2015-12-13 Thread linux-kernel-owner
Holbrook International Monetary Fund (IMF) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Klientskie bazi Tel/Viber/WhatsApp +79133913837 Email: mamontova...@gmail.com Skype: prodawez389 ICQ: 6288862 FOTO ONLINE: http://media.xtwind.com/images/2015/10/19/2ba70554b12778c54b6a8ac82a7cc178.pn

2015-10-28 Thread linux-kernel@vger.kernel.org
Klientskie bazi Tel/Viber/WhatsApp +79133913837 Email: mamontova...@gmail.com Skype: prodawez389 ICQ: 6288862 FOTO ONLINE: http://media.xtwind.com/images/2015/10/19/2ba70554b12778c54b6a8ac82a7cc178.png -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79139393506 Email: mnoskova...@gmail.com Skype: prodawez389

2016-02-14 Thread linux-kernel@vger.kernel.org
КЛИЕНТСКИЕ БАЗЫ! Соберем для Вас по интернет базу данных потенциальных клиентов для Вашего Бизнеса! Много! Быстро! Недорого! Узнайте об этом подробнее по Тел: +79139393506 Viber: +79139393506 Whatsapp: +79139393506 Skype: prodawez389 Email: mnoskova...@gmail.com

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79133913837 Email: vavdee...@gmail.com Skype: prodawez389

2016-03-09 Thread linux-kernel@vger.kernel.org
КЛИЕНТСКИЕ БАЗЫ! Соберем для Вас по интернет базу данных потенциальных клиентов для Вашего Бизнеса! Много! Быстро! Недорого! Узнайте об этом подробнее по Тел: +79133913837 Viber: +79133913837 Whatsapp: +79133913837 Skype: prodawez389 Email: vavdee...@gmail.com

KЛИЕHТCKИЕ БАЗЬI! Тeл: +791З9З9З5Oб

2016-03-19 Thread linux-kernel@vger.kernel.org
КЛИЕHТСКИЕ БAЗЬI! Тел: +791З9З9З5oб

Клиентские базы тел +79139393506 (tеlеgгam_whatsaрр_vibег) Skype: prodawez389 Email: prodawez...@yandex.ru

2016-04-09 Thread linux-kernel@vger.kernel.org
Клиентские базы тел +79139393506 (tеlеgгam_whatsapp_vibег) Skype: prodawez389 Email: prodawez...@yandex.ru

Клиентские базы тел +79133913837 (tеlеgram_whatsapp_vibеr) Skype: prodawez389 Email: prodawez...@yandex.ru

2016-04-10 Thread linux-kernel@vger.kernel.org
Клиентские базы тел +79133913837 (tеlеgгam_whatsaрр_vibег) Skype: prodawez389 Email: prodawez...@yandex.ru

Klientskie bazi Tel/Viber/WhatsApp +79133913837 Email: gorskov...@gmail.com Skype: prodawez389 ICQ: 6288862 FOTO ONLINE: http://media.xtwind.com/images/2015/10/19/2ba70554b12778c54b6a8ac82a7cc178.png

2015-10-30 Thread linux-kernel@vger.kernel.org
Klientskie bazi Tel/Viber/WhatsApp +79133913837 Email: mamontova...@gmail.com Skype: prodawez389 ICQ: 6288862 FOTO ONLINE: http://media.xtwind.com/images/2015/10/19/2ba70554b12778c54b6a8ac82a7cc178.png -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

  1   2   >